#5CBFFC

Color #5CBFFC Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5CBFFC

Tints of Maya Blue #5CBFFC

Color information

#5CBFFC (or 0x5CBFFC) is unknown color: approx Maya Blue. HEX triplet: 5C, BF and FC. RGB value is (92,191,252). Sum of RGB (Red+Green+Blue) = 92+191+252=535 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.20% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CBFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBFFC is #A34003. Grayscale: #A8A8A8. Windows color (decimal): -10698756 or 16564060. OLE color: 16564060.

HSL color Cylindrical-coordinate representation of color #5CBFFC: hue angle of 202.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 #5CBFFC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92191252-
CMYK0.630.2400.01
HSL202.88º96.39%67.45%-
HSV(B)202.88º63.49%98.82%-
XYZ40.6246.5798.94-
YUV168.35175.273.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.20%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=17.20%
G=35.70%
B=47.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921912520.630.2400.01202.8896.3967.45
Hex5CBFFC3F1801cb6043
Octal134277374773001313140103
Binary1011100101111111111110011111111000011100101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CBFFC;
 }
 .AnyTagClassName
 {
   color: #5CBFFC;
 }
</style>
background-color css

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

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

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

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

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

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