Html Css Color HEX #5CBAFF Maya Blue

📋 copy color: '#5CBAFF'

red 92 ◦ green 186 ◦ blue 255

#5CBAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #5CBAFF

Tints of Maya Blue #5CBAFF

RGB

 RED value IS 92 (36.33% from 255) = 17.26%

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 17.26%
G = 34.9%
B = 47.84%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5CBAFF (or 0x5CBAFF) is known color: Maya Blue. HEX triplet: 5C, BA and FF. RGB value is (92,186,255). Sum of RGB (Red+Green+Blue) = 92+186+255=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAFF is #A34500. Grayscale: #A5A5A5. Windows color (decimal): -10700033 or 16759388. OLE color: 16759388.

HSL color Cylindrical-coordinate representation of color #5CBAFF: hue angle of 205.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CBAFF is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 92 186 255 -
CMYK 0.64 0.27 0 0
HSL 205.4º 1% 0.68% -
HSV(B) 205.4º 0.64% 1% -
XYZ 40.02 44.61 101.11 -
YUV 165.76 178.36 75.39 -
System Red Green Blue C M Y K H S L
Decimal 92 186 255 0.64 0.27 0 0 205.4 1 0.68
Hex 5C BA FF 40 1B 0 0 CD 64 44
Octal 134 272 377 100 33 0 0 315 144 104
Binary 1011100 10111010 11111111 1000000 11011 0 0 11001101 1100100 1000100

Color Harmonies of #5CBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBAFF

Black with #5CBAFF

Text Example


Text Example

White with #5CBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CBAFF; }

 p { color: rgb(92,186,255); }

 H1.HeaderClassName
 {
   color: #5CBAFF;
 }
 .AnyTagClassName
 {
   color: #5CBAFF;
 }
</style>

background-color css

<style>
 a { background-color: #5CBAFF; }

 a { background-color: rgb(92,186,255); }

 div.DivClassName
 {
   background-color: #5CBAFF;
 }
 .BgClassName
 {
   background-color: #5CBAFF;
 }
</style>

border-color css

<style>
 span { border-color: #5CBAFF; }

 span { border-color: rgb(92,186,255); }

 td.TdClassName
 {
   border-color: #5CBAFF;
 }
 .TagClassName
 {
   border-color: #5CBAFF;
 }
</style>