Html Css Color HEX #DDF9FF Light Cyan

📋 copy color: '#DDF9FF'

red 221 ◦ green 249 ◦ blue 255

#DDF9FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #DDF9FF

Tints of Light Cyan #DDF9FF

RGB

 RED value IS 221 (86.72% from 255) = 30.48%

 GREEN value IS 249 (97.66% from 255) = 34.34%

 BLUE value IS 255 (100% from 255) = 35.17%

R = 30.48%
G = 34.34%
B = 35.17%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDF9FF (or 0xDDF9FF) is known color: Light Cyan. HEX triplet: DD, F9 and FF. RGB value is (221,249,255). Sum of RGB (Red+Green+Blue) = 221+249+255=725 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.48% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9FF is #220600. Grayscale: #F1F1F1. Windows color (decimal): -2229761 or 16775645. OLE color: 16775645.

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

Color convert

RGB 221 249 255 -
CMYK 0.13 0.02 0 0
HSL 190.59º 1% 0.93% -
HSV(B) 190.59º 0.13% 1% -
XYZ 81.74 90.34 107.74 -
YUV 241.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 221 249 255 0.13 0.02 0 0 190.59 1 0.93
Hex DD F9 FF D 2 0 0 BF 64 5D
Octal 335 371 377 15 2 0 0 277 144 135
Binary 11011101 11111001 11111111 1101 10 0 0 10111111 1100100 1011101

Color Harmonies of #DDF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9FF

Black with #DDF9FF

Text Example


Text Example

White with #DDF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9FF; }

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

 H1.HeaderClassName
 {
   color: #DDF9FF;
 }
 .AnyTagClassName
 {
   color: #DDF9FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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