#6CFDF5

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

Shades of Baby Blue #6CFDF5

Tints of Baby Blue #6CFDF5

Color information

#6CFDF5 (or 0x6CFDF5) is unknown color: approx Baby Blue. HEX triplet: 6C, FD and F5. RGB value is (108,253,245). Sum of RGB (Red+Green+Blue) = 108+253+245=606 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.82% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #6CFDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFDF5 is #93020A. Grayscale: #D0D0D0. Windows color (decimal): -9634315 or 16121196. OLE color: 16121196.

HSL color Cylindrical-coordinate representation of color #6CFDF5: hue angle of 176.69º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFDF5 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB108253245-
CMYK0.5700.030.01
HSL176.69º97.32%70.78%-
HSV(B)176.69º57.31%99.22%-
XYZ57.7980.0398.79-
YUV208.73148.4656.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 17.82%
GREEN value IS 253 (99.22% from 255) = 41.75%
BLUE value IS 245 (96.09% from 255) = 40.43%
R=17.82%
G=41.75%
B=40.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1082532450.5700.030.01176.6997.3270.78
Hex6CFDF539031b16147
Octal15437536571031261141107
Binary1101100111111011111010111100101111011000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CFDF5; }

 p { color: rgb(108,253,245); }

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

<style>
 a { background-color: #6CFDF5; }

 a { background-color: rgb(108,253,245); }

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

<style>
 span { border-color: #6CFDF5; }

 span { border-color: rgb(108,253,245); }

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