#6DF4F2

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

Shades of Baby Blue #6DF4F2

Tints of Baby Blue #6DF4F2

Color information

#6DF4F2 (or 0x6DF4F2) is unknown color: approx Baby Blue. HEX triplet: 6D, F4 and F2. RGB value is (109,244,242). Sum of RGB (Red+Green+Blue) = 109+244+242=595 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.32% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #6DF4F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF4F2 is #920B0D. Grayscale: #CBCBCB. Windows color (decimal): -9571086 or 15922285. OLE color: 15922285.

HSL color Cylindrical-coordinate representation of color #6DF4F2: hue angle of 179.11º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF4F2 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB109244242-
CMYK0.5500.010.04
HSL179.11º85.99%69.22%-
HSV(B)179.11º55.33%95.69%-
XYZ54.6874.3695.48-
YUV203.41149.7760.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.32%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=18.32%
G=41.01%
B=40.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1092442420.5500.010.04179.1185.9969.22
Hex6DF4F237014b35645
Octal15536436267014263126105
Binary11011011111010011110010110111011001011001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,244,242); }

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

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

 a { background-color: rgb(109,244,242); }

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

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

 span { border-color: rgb(109,244,242); }

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