#D6FBEF

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

Shades of Clear Day #D6FBEF

Tints of Clear Day #D6FBEF

Color information

#D6FBEF (or 0xD6FBEF) is unknown color: approx Clear Day. HEX triplet: D6, FB and EF. RGB value is (214,251,239). Sum of RGB (Red+Green+Blue) = 214+251+239=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FBEF is #290410. Grayscale: #EEEEEE. Windows color (decimal): -2688017 or 15727574. OLE color: 15727574.

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

Color convert

RGB214251239-
CMYK0.1500.050.02
HSL160.54º82.22%91.18%-
HSV(B)160.54º14.74%98.43%-
XYZ77.8189.5294.84-
YUV238.57128.24110.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.40%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=30.40%
G=35.65%
B=33.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142512390.1500.050.02160.5482.2291.18
HexD6FBEFF052a1525b
Octal32637335717052241122133
Binary11010110111110111110111111110101101010000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBEF; }

 p { color: rgb(214,251,239); }

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

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

 a { background-color: rgb(214,251,239); }

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

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

 span { border-color: rgb(214,251,239); }

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