#D2FBF7

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

Shades of Light Cyan #D2FBF7

Tints of Light Cyan #D2FBF7

Color information

#D2FBF7 (or 0xD2FBF7) is unknown color: approx Light Cyan. HEX triplet: D2, FB and F7. RGB value is (210,251,247). Sum of RGB (Red+Green+Blue) = 210+251+247=708 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.66% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FBF7 is #2D0408. Grayscale: #EEEEEE. Windows color (decimal): -2950153 or 16251858. OLE color: 16251858.

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

Color convert

RGB210251247-
CMYK0.1600.020.02
HSL174.15º83.67%90.39%-
HSV(B)174.15º16.33%98.43%-
XYZ77.8689.41101.15-
YUV238.28132.92107.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.66%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 247 (96.88% from 255) = 34.89%
R=29.66%
G=35.45%
B=34.89%

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
Decimal2102512470.1600.020.02174.1583.6790.39
HexD2FBF710022ae545a
Octal32237336720022256124132
Binary11010010111110111111011110000010101010111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBF7; }

 p { color: rgb(210,251,247); }

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

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

 a { background-color: rgb(210,251,247); }

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

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

 span { border-color: rgb(210,251,247); }

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