Html Css Color HEX #5CAFFC Maya Blue

📋 copy color: '#5CAFFC'

red 92 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #5CAFFC

Tints of Maya Blue #5CAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 17.73%
G = 33.72%
B = 48.55%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5CAFFC (or 0x5CAFFC) is known color: Maya Blue. HEX triplet: 5C, AF and FC. RGB value is (92,175,252). Sum of RGB (Red+Green+Blue) = 92+175+252=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAFFC is #A35003. Grayscale: #9E9E9E. Windows color (decimal): -10702852 or 16559964. OLE color: 16559964.

HSL color Cylindrical-coordinate representation of color #5CAFFC: hue angle of 208.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CAFFC is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 92 175 252 -
CMYK 0.63 0.31 0 0.01
HSL 208.88º 0.96% 0.67% -
HSV(B) 208.88º 0.63% 0.99% -
XYZ 37.31 39.96 97.84 -
YUV 158.96 180.5 80.24 -
System Red Green Blue C M Y K H S L
Decimal 92 175 252 0.63 0.31 0 0.01 208.88 0.96 0.67
Hex 5C AF FC 3F 1F 0 1 D1 60 43
Octal 134 257 374 77 37 0 1 321 140 103
Binary 1011100 10101111 11111100 111111 11111 0 1 11010001 1100000 1000011

Color Harmonies of #5CAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAFFC

Black with #5CAFFC

Text Example


Text Example

White with #5CAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,175,252); }

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

background-color css

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

 a { background-color: rgb(92,175,252); }

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

border-color css

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

 span { border-color: rgb(92,175,252); }

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