#D1FCFB

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

Shades of Light Cyan #D1FCFB

Tints of Light Cyan #D1FCFB

Color information

#D1FCFB (or 0xD1FCFB) is unknown color: approx Light Cyan. HEX triplet: D1, FC and FB. RGB value is (209,252,251). Sum of RGB (Red+Green+Blue) = 209+252+251=712 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.35% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FCFB is #2E0304. Grayscale: #EEEEEE. Windows color (decimal): -3015429 or 16514257. OLE color: 16514257.

HSL color Cylindrical-coordinate representation of color #D1FCFB: hue angle of 178.6º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FCFB is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB209252251-
CMYK0.1700.000.01
HSL178.6º87.76%90.39%-
HSV(B)178.6º17.06%98.82%-
XYZ78.5290.14104.53-
YUV239.03134.75106.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.35%
GREEN value IS 252 (98.83% from 255) = 35.39%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=29.35%
G=35.39%
B=35.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092522510.1700.000.01178.687.7690.39
HexD1FCFB11001b3585a
Octal32137437321001263130132
Binary110100011111110011111011100010011011001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FCFB; }

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

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

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

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

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

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

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

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