#5CF5FF

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

Shades of Baby Blue #5CF5FF

Tints of Baby Blue #5CF5FF

Color information

#5CF5FF (or 0x5CF5FF) is unknown color: approx Baby Blue. HEX triplet: 5C, F5 and FF. RGB value is (92,245,255). Sum of RGB (Red+Green+Blue) = 92+245+255=592 (78% of max value = 765). Red value is 92 (36.33% from 255 or 15.54% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CF5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF5FF is #A30A00. Grayscale: #C8C8C8. Windows color (decimal): -10684929 or 16774492. OLE color: 16774492.

HSL color Cylindrical-coordinate representation of color #5CF5FF: hue angle of 183.68º 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 #5CF5FF is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92245255-
CMYK0.640.0400
HSL183.68º100%68.04%-
HSV(B)183.68º63.92%100%-
XYZ55.1274.8106.14-
YUV200.39158.8150.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.54%
GREEN value IS 245 (96.09% from 255) = 41.39%
BLUE value IS 255 (100% from 255) = 43.07%
R=15.54%
G=41.39%
B=43.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922452550.640.0400183.6810068.04
Hex5CF5FF40400b86444
Octal134365377100400270144104
Binary101110011110101111111111000000100001011100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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