#DDF8FB

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

Shades of Light Cyan #DDF8FB

Tints of Light Cyan #DDF8FB

Color information

#DDF8FB (or 0xDDF8FB) is unknown color: approx Light Cyan. HEX triplet: DD, F8 and FB. RGB value is (221,248,251). Sum of RGB (Red+Green+Blue) = 221+248+251=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8FB is #220704. Grayscale: #F0F0F0. Windows color (decimal): -2230021 or 16513245. OLE color: 16513245.

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

Color convert

RGB221248251-
CMYK0.120.0100.02
HSL186º78.95%92.55%-
HSV(B)186º11.95%98.43%-
XYZ80.889.47104.28-
YUV240.27134.05114.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.69%
GREEN value IS 248 (97.27% from 255) = 34.44%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=30.69%
G=34.44%
B=34.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212482510.120.0100.0218678.9592.55
HexDDF8FBC102ba4f5d
Octal33537037314102272117135
Binary110111011111100011111011110010101011101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8FB; }

 p { color: rgb(221,248,251); }

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

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

 a { background-color: rgb(221,248,251); }

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

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

 span { border-color: rgb(221,248,251); }

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