#6EEFFD

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

Shades of Baby Blue #6EEFFD

Tints of Baby Blue #6EEFFD

Color information

#6EEFFD (or 0x6EEFFD) is unknown color: approx Baby Blue. HEX triplet: 6E, EF and FD. RGB value is (110,239,253). Sum of RGB (Red+Green+Blue) = 110+239+253=602 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.27% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EEFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFFD is #911002. Grayscale: #C9C9C9. Windows color (decimal): -9506819 or 16641902. OLE color: 16641902.

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

Color convert

RGB110239253-
CMYK0.570.0600.01
HSL185.87º97.28%71.18%-
HSV(B)185.87º56.52%99.22%-
XYZ55.0372.14103.95-
YUV202.02156.7662.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.27%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=18.27%
G=39.70%
B=42.03%

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
Decimal1102392530.570.0600.01185.8797.2871.18
Hex6EEFFD39601ba6147
Octal15635737571601272141107
Binary11011101110111111111101111001110011011101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,239,253); }

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

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

 a { background-color: rgb(110,239,253); }

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

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

 span { border-color: rgb(110,239,253); }

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