#6DEDFD

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

Shades of Baby Blue #6DEDFD

Tints of Baby Blue #6DEDFD

Color information

#6DEDFD (or 0x6DEDFD) is unknown color: approx Baby Blue. HEX triplet: 6D, ED and FD. RGB value is (109,237,253). Sum of RGB (Red+Green+Blue) = 109+237+253=599 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.20% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDFD is #921202. Grayscale: #C8C8C8. Windows color (decimal): -9572867 or 16641389. OLE color: 16641389.

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

Color convert

RGB109237253-
CMYK0.570.0600.01
HSL186.67º97.3%70.98%-
HSV(B)186.67º56.92%99.22%-
XYZ54.3270.91103.75-
YUV200.55157.5962.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.20%
GREEN value IS 237 (92.97% from 255) = 39.57%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=18.20%
G=39.57%
B=42.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092372530.570.0600.01186.6797.370.98
Hex6DEDFD39601bb6147
Octal15535537571601273141107
Binary11011011110110111111101111001110011011101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,237,253); }

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

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

 a { background-color: rgb(109,237,253); }

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

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

 span { border-color: rgb(109,237,253); }

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