#D6FAEE

Color #D6FAEE Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #D6FAEE

Tints of Clear Day #D6FAEE

Color information

#D6FAEE (or 0xD6FAEE) is unknown color: approx Clear Day. HEX triplet: D6, FA and EE. RGB value is (214,250,238). Sum of RGB (Red+Green+Blue) = 214+250+238=702 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.48% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAEE is #290511. Grayscale: #EDEDED. Windows color (decimal): -2688274 or 15661782. OLE color: 15661782.

HSL color Cylindrical-coordinate representation of color #D6FAEE: hue angle of 160º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FAEE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB214250238-
CMYK0.1400.050.02
HSL160º78.26%90.98%-
HSV(B)160º14.4%98.04%-
XYZ77.3588.8493.96-
YUV237.87128.07110.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.48%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=30.48%
G=35.61%
B=33.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502380.1400.050.0216078.2690.98
HexD6FAEEE052a04e5b
Octal32637235616052240116133
Binary11010110111110101110111011100101101010000010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAEE; }

 p { color: rgb(214,250,238); }

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

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

 a { background-color: rgb(214,250,238); }

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

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

 span { border-color: rgb(214,250,238); }

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