#D9FCFB

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

Shades of Light Cyan #D9FCFB

Tints of Light Cyan #D9FCFB

Color information

#D9FCFB (or 0xD9FCFB) is unknown color: approx Light Cyan. HEX triplet: D9, FC and FB. RGB value is (217,252,251). Sum of RGB (Red+Green+Blue) = 217+252+251=720 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.14% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCFB is #260304. Grayscale: #F1F1F1. Windows color (decimal): -2491141 or 16514265. OLE color: 16514265.

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

Color convert

RGB217252251-
CMYK0.1400.000.01
HSL178.29º85.37%91.96%-
HSV(B)178.29º13.89%98.82%-
XYZ80.8491.34104.64-
YUV241.42133.4110.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.14%
GREEN value IS 252 (98.83% from 255) = 35%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=30.14%
G=35%
B=34.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172522510.1400.000.01178.2985.3791.96
HexD9FCFBE001b2555c
Octal33137437316001262125134
Binary11011001111111001111101111100011011001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCFB; }

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

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

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

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

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

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

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

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