#DDFBFF

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

Shades of Light Cyan #DDFBFF

Tints of Light Cyan #DDFBFF

Color information

#DDFBFF (or 0xDDFBFF) is unknown color: approx Light Cyan. HEX triplet: DD, FB and FF. RGB value is (221,251,255). Sum of RGB (Red+Green+Blue) = 221+251+255=727 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.40% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBFF is #220400. Grayscale: #F2F2F2. Windows color (decimal): -2229249 or 16776157. OLE color: 16776157.

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

Color convert

RGB221251255-
CMYK0.130.0200
HSL187.06º100%93.33%-
HSV(B)187.06º13.33%100%-
XYZ82.3791.59107.94-
YUV242.49135.06112.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.40%
GREEN value IS 251 (98.44% from 255) = 34.53%
BLUE value IS 255 (100% from 255) = 35.08%
R=30.40%
G=34.53%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212512550.130.0200187.0610093.33
HexDDFBFFD200bb645d
Octal33537337715200273144135
Binary110111011111101111111111110110001011101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBFF; }

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

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

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

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

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

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

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

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