#6DFAF8

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

Shades of Baby Blue #6DFAF8

Tints of Baby Blue #6DFAF8

Color information

#6DFAF8 (or 0x6DFAF8) is unknown color: approx Baby Blue. HEX triplet: 6D, FA and F8. RGB value is (109,250,248). Sum of RGB (Red+Green+Blue) = 109+250+248=607 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.96% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFAF8 is #920507. Grayscale: #CFCFCF. Windows color (decimal): -9569544 or 16317037. OLE color: 16317037.

HSL color Cylindrical-coordinate representation of color #6DFAF8: hue angle of 179.15º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFAF8 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB109250248-
CMYK0.5600.010.02
HSL179.15º93.38%70.39%-
HSV(B)179.15º56.4%98.04%-
XYZ57.4478.4100.91-
YUV207.61150.7957.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 17.96%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=17.96%
G=41.19%
B=40.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092502480.5600.010.02179.1593.3870.39
Hex6DFAF838012b35d46
Octal15537237070012263135106
Binary1101101111110101111100011100001101011001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,250,248); }

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

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

 a { background-color: rgb(109,250,248); }

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

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

 span { border-color: rgb(109,250,248); }

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