#6DF5E7

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

Shades of Baby Blue #6DF5E7

Tints of Baby Blue #6DF5E7

Color information

#6DF5E7 (or 0x6DF5E7) is unknown color: approx Baby Blue. HEX triplet: 6D, F5 and E7. RGB value is (109,245,231). Sum of RGB (Red+Green+Blue) = 109+245+231=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF5E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF5E7 is #920A18. Grayscale: #CACACA. Windows color (decimal): -9570841 or 15201645. OLE color: 15201645.

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

Color convert

RGB109245231-
CMYK0.5600.060.04
HSL173.82º87.18%69.41%-
HSV(B)173.82º55.51%96.08%-
XYZ53.3874.3387.13-
YUV202.74143.9461.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.63%
GREEN value IS 245 (96.09% from 255) = 41.88%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=18.63%
G=41.88%
B=39.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1092452310.5600.060.04173.8287.1869.41
Hex6DF5E738064ae5745
Octal15536534770064256127105
Binary1101101111101011110011111100001101001010111010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,245,231); }

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

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

 a { background-color: rgb(109,245,231); }

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

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

 span { border-color: rgb(109,245,231); }

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