#D1FBF7

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

Shades of Light Cyan #D1FBF7

Tints of Light Cyan #D1FBF7

Color information

#D1FBF7 (or 0xD1FBF7) is unknown color: approx Light Cyan. HEX triplet: D1, FB and F7. RGB value is (209,251,247). Sum of RGB (Red+Green+Blue) = 209+251+247=707 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.56% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FBF7 is #2E0408. Grayscale: #EDEDED. Windows color (decimal): -3015689 or 16251857. OLE color: 16251857.

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

Color convert

RGB209251247-
CMYK0.1700.020.02
HSL174.29º84%90.2%-
HSV(B)174.29º16.73%98.43%-
XYZ77.5889.27101.14-
YUV237.99133.09107.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.56%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 247 (96.88% from 255) = 34.94%
R=29.56%
G=35.50%
B=34.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092512470.1700.020.02174.298490.2
HexD1FBF711022ae545a
Octal32137336721022256124132
Binary11010001111110111111011110001010101010111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FBF7; }

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

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

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

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

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

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

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

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