#6DFFF5

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

Shades of Baby Blue #6DFFF5

Tints of Baby Blue #6DFFF5

Color information

#6DFFF5 (or 0x6DFFF5) is unknown color: approx Baby Blue. HEX triplet: 6D, FF and F5. RGB value is (109,255,245). Sum of RGB (Red+Green+Blue) = 109+255+245=609 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.90% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFF5 is #92000A. Grayscale: #D2D2D2. Windows color (decimal): -9568267 or 16121709. OLE color: 16121709.

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

Color convert

RGB109255245-
CMYK0.5700.040
HSL175.89º100%71.37%-
HSV(B)175.89º57.25%100%-
XYZ58.5581.3699.01-
YUV210.21147.6355.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 17.90%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 245 (96.09% from 255) = 40.23%
R=17.90%
G=41.87%
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
SystemRedGreenBlueCMYKHSL
Decimal1092552450.5700.040175.8910071.37
Hex6DFFF539040b06447
Octal15537736571040260144107
Binary11011011111111111110101111001010001011000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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