#D5FBEF

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

Shades of Clear Day #D5FBEF

Tints of Clear Day #D5FBEF

Color information

#D5FBEF (or 0xD5FBEF) is unknown color: approx Clear Day. HEX triplet: D5, FB and EF. RGB value is (213,251,239). Sum of RGB (Red+Green+Blue) = 213+251+239=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBEF is #2A0410. Grayscale: #EEEEEE. Windows color (decimal): -2753553 or 15727573. OLE color: 15727573.

HSL color Cylindrical-coordinate representation of color #D5FBEF: hue angle of 161.05º degrees, saturation: 0.83, 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 #D5FBEF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB213251239-
CMYK0.1500.050.02
HSL161.05º82.61%90.98%-
HSV(B)161.05º15.14%98.43%-
XYZ77.5289.3794.83-
YUV238.27128.41109.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.30%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=30.30%
G=35.70%
B=34.00%

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
Decimal2132512390.1500.050.02161.0582.6190.98
HexD5FBEFF052a1535b
Octal32537335717052241123133
Binary11010101111110111110111111110101101010000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FBEF; }

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

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

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

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

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

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

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

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