#D3FBF6

Color #D3FBF6 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #D3FBF6

Tints of Light Cyan #D3FBF6

Color information

#D3FBF6 (or 0xD3FBF6) is unknown color: approx Light Cyan. HEX triplet: D3, FB and F6. RGB value is (211,251,246). Sum of RGB (Red+Green+Blue) = 211+251+246=708 (93% of max value = 765). Red value is 211 (82.81% from 255 or 29.80% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FBF6 is #2C0409. Grayscale: #EEEEEE. Windows color (decimal): -2884618 or 16186323. OLE color: 16186323.

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

Color convert

RGB211251246-
CMYK0.1600.020.02
HSL172.5º83.33%90.59%-
HSV(B)172.5º15.94%98.43%-
XYZ7889.5100.35-
YUV238.47132.25108.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 29.80%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 246 (96.48% from 255) = 34.75%
R=29.80%
G=35.45%
B=34.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112512460.1600.020.02172.583.3390.59
HexD3FBF610022ac535b
Octal32337336620022254123133
Binary11010011111110111111011010000010101010110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FBF6; }

 p { color: rgb(211,251,246); }

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

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

 a { background-color: rgb(211,251,246); }

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

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

 span { border-color: rgb(211,251,246); }

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