#6CFDF3

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

Shades of Baby Blue #6CFDF3

Tints of Baby Blue #6CFDF3

Color information

#6CFDF3 (or 0x6CFDF3) is unknown color: approx Baby Blue. HEX triplet: 6C, FD and F3. RGB value is (108,253,243). Sum of RGB (Red+Green+Blue) = 108+253+243=604 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.88% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #6CFDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFDF3 is #93020C. Grayscale: #D0D0D0. Windows color (decimal): -9634317 or 15990124. OLE color: 15990124.

HSL color Cylindrical-coordinate representation of color #6CFDF3: hue angle of 175.86º 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 #6CFDF3 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB108253243-
CMYK0.5700.040.01
HSL175.86º97.32%70.78%-
HSV(B)175.86º57.31%99.22%-
XYZ57.4979.9197.19-
YUV208.5147.4656.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 17.88%
GREEN value IS 253 (99.22% from 255) = 41.89%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=17.88%
G=41.89%
B=40.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1082532430.5700.040.01175.8697.3270.78
Hex6CFDF339041b06147
Octal15437536371041260141107
Binary11011001111110111110011111001010011011000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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