#D9FBFE

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

Shades of Light Cyan #D9FBFE

Tints of Light Cyan #D9FBFE

Color information

#D9FBFE (or 0xD9FBFE) is unknown color: approx Light Cyan. HEX triplet: D9, FB and FE. RGB value is (217,251,254). Sum of RGB (Red+Green+Blue) = 217+251+254=722 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.06% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBFE is #260401. Grayscale: #F1F1F1. Windows color (decimal): -2491394 or 16710617. OLE color: 16710617.

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

Color convert

RGB217251254-
CMYK0.150.0100.00
HSL184.86º94.87%92.35%-
HSV(B)184.86º14.57%99.61%-
XYZ8190.9107.04-
YUV241.18135.24110.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.06%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=30.06%
G=34.76%
B=35.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172512540.150.0100.00184.8694.8792.35
HexD9FBFEF100b95f5c
Octal33137337617100271137134
Binary11011001111110111111111011111001011100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FBFE; }

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

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

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

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

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

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

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

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