#DDF9FC

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

Shades of Light Cyan #DDF9FC

Tints of Light Cyan #DDF9FC

Color information

#DDF9FC (or 0xDDF9FC) is unknown color: approx Light Cyan. HEX triplet: DD, F9 and FC. RGB value is (221,249,252). Sum of RGB (Red+Green+Blue) = 221+249+252=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FC is #220603. Grayscale: #F0F0F0. Windows color (decimal): -2229764 or 16579037. OLE color: 16579037.

HSL color Cylindrical-coordinate representation of color #DDF9FC: hue angle of 185.81º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF9FC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221249252-
CMYK0.120.0100.01
HSL185.81º83.78%92.75%-
HSV(B)185.81º12.3%98.82%-
XYZ81.2790.15105.21-
YUV240.97134.22113.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.61%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=30.61%
G=34.49%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212492520.120.0100.01185.8183.7892.75
HexDDF9FCC101ba545d
Octal33537137414101272124135
Binary11011101111110011111110011001011011101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9FC; }

 p { color: rgb(221,249,252); }

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

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

 a { background-color: rgb(221,249,252); }

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

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

 span { border-color: rgb(221,249,252); }

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