#DDF5FA

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

Shades of Light Cyan #DDF5FA

Tints of Light Cyan #DDF5FA

Color information

#DDF5FA (or 0xDDF5FA) is unknown color: approx Light Cyan. HEX triplet: DD, F5 and FA. RGB value is (221,245,250). Sum of RGB (Red+Green+Blue) = 221+245+250=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5FA is #220A05. Grayscale: #EEEEEE. Windows color (decimal): -2230790 or 16446941. OLE color: 16446941.

HSL color Cylindrical-coordinate representation of color #DDF5FA: hue angle of 190.34º 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 #DDF5FA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221245250-
CMYK0.120.0200.02
HSL190.34º74.36%92.35%-
HSV(B)190.34º11.6%98.04%-
XYZ79.7387.58103.14-
YUV238.39134.55115.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.87%
GREEN value IS 245 (96.09% from 255) = 34.22%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=30.87%
G=34.22%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212452500.120.0200.02190.3474.3692.35
HexDDF5FAC202be4a5c
Octal33536537214202276112134
Binary1101110111110101111110101100100101011111010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5FA; }

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

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

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

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

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

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

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

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