Html Css Color HEX #5CBAFA Maya Blue

📋 copy color: '#5CBAFA'

red 92 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #5CBAFA

Tints of Maya Blue #5CBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 17.42%
G = 35.23%
B = 47.35%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5CBAFA (or 0x5CBAFA) is known color: Maya Blue. HEX triplet: 5C, BA and FA. RGB value is (92,186,250). Sum of RGB (Red+Green+Blue) = 92+186+250=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #5CBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAFA is #A34505. Grayscale: #A4A4A4. Windows color (decimal): -10700038 or 16431708. OLE color: 16431708.

HSL color Cylindrical-coordinate representation of color #5CBAFA: hue angle of 204.3º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CBAFA is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 186 250 -
CMYK 0.63 0.26 0 0.02
HSL 204.3º 0.94% 0.67% -
HSV(B) 204.3º 0.63% 0.98% -
XYZ 39.23 44.3 96.92 -
YUV 165.19 175.86 75.8 -
System Red Green Blue C M Y K H S L
Decimal 92 186 250 0.63 0.26 0 0.02 204.3 0.94 0.67
Hex 5C BA FA 3F 1A 0 2 CC 5E 43
Octal 134 272 372 77 32 0 2 314 136 103
Binary 1011100 10111010 11111010 111111 11010 0 10 11001100 1011110 1000011

Color Harmonies of #5CBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBAFA

Black with #5CBAFA

Text Example


Text Example

White with #5CBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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