#5CF1FB

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

Shades of Baby Blue #5CF1FB

Tints of Baby Blue #5CF1FB

Color information

#5CF1FB (or 0x5CF1FB) is unknown color: approx Baby Blue. HEX triplet: 5C, F1 and FB. RGB value is (92,241,251). Sum of RGB (Red+Green+Blue) = 92+241+251=584 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.75% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CF1FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF1FB is #A30E04. Grayscale: #C5C5C5. Windows color (decimal): -10685957 or 16511324. OLE color: 16511324.

HSL color Cylindrical-coordinate representation of color #5CF1FB: hue angle of 183.77º degrees, saturation: 0.95, 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 #5CF1FB is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB92241251-
CMYK0.630.0400.02
HSL183.77º95.21%67.25%-
HSV(B)183.77º63.35%98.43%-
XYZ53.2872.15102.39-
YUV197.59158.1452.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.75%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=15.75%
G=41.27%
B=42.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922412510.630.0400.02183.7795.2167.25
Hex5CF1FB3F402b85f43
Octal13436137377402270137103
Binary101110011110001111110111111111000101011100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,241,251); }

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

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

 a { background-color: rgb(92,241,251); }

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

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

 span { border-color: rgb(92,241,251); }

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