#5CFDFA

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

Shades of Baby Blue #5CFDFA

Tints of Baby Blue #5CFDFA

Color information

#5CFDFA (or 0x5CFDFA) is unknown color: approx Baby Blue. HEX triplet: 5C, FD and FA. RGB value is (92,253,250). Sum of RGB (Red+Green+Blue) = 92+253+250=595 (78% of max value = 765). Red value is 92 (36.33% from 255 or 15.46% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFDFA is #A30205. Grayscale: #CCCCCC. Windows color (decimal): -10682886 or 16448860. OLE color: 16448860.

HSL color Cylindrical-coordinate representation of color #5CFDFA: hue angle of 178.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFDFA is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB92253250-
CMYK0.6400.010.01
HSL178.88º97.58%67.65%-
HSV(B)178.88º63.64%99.22%-
XYZ56.7979.43102.78-
YUV204.52153.6647.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.46%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=15.46%
G=42.52%
B=42.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922532500.6400.010.01178.8897.5867.65
Hex5CFDFA40011b36244
Octal134375372100011263142104
Binary1011100111111011111101010000000111011001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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