#DDF9FA

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

Shades of Light Cyan #DDF9FA

Tints of Light Cyan #DDF9FA

Color information

#DDF9FA (or 0xDDF9FA) is unknown color: approx Light Cyan. HEX triplet: DD, F9 and FA. RGB value is (221,249,250). Sum of RGB (Red+Green+Blue) = 221+249+250=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FA is #220605. Grayscale: #F0F0F0. Windows color (decimal): -2229766 or 16447965. OLE color: 16447965.

HSL color Cylindrical-coordinate representation of color #DDF9FA: hue angle of 182.07º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF9FA is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221249250-
CMYK0.120.0000.02
HSL182.07º74.36%92.35%-
HSV(B)182.07º11.6%98.04%-
XYZ80.9590.03103.55-
YUV240.74133.22113.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.69%
GREEN value IS 249 (97.66% from 255) = 34.58%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=30.69%
G=34.58%
B=34.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492500.120.0000.02182.0774.3692.35
HexDDF9FAC002b64a5c
Octal33537137214002266112134
Binary110111011111100111111010110000101011011010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9FA; }

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

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

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

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

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

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

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

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