#DCF9FF

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

Shades of Light Cyan #DCF9FF

Tints of Light Cyan #DCF9FF

Color information

#DCF9FF (or 0xDCF9FF) is unknown color: approx Light Cyan. HEX triplet: DC, F9 and FF. RGB value is (220,249,255). Sum of RGB (Red+Green+Blue) = 220+249+255=724 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.39% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9FF is #230600. Grayscale: #F0F0F0. Windows color (decimal): -2295297 or 16775644. OLE color: 16775644.

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

Color convert

RGB220249255-
CMYK0.140.0200
HSL190.29º100%93.14%-
HSV(B)190.29º13.73%100%-
XYZ81.4490.19107.72-
YUV241.01135.89113.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.39%
GREEN value IS 249 (97.66% from 255) = 34.39%
BLUE value IS 255 (100% from 255) = 35.22%
R=30.39%
G=34.39%
B=35.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202492550.140.0200190.2910093.14
HexDCF9FFE200be645d
Octal33437137716200276144135
Binary110111001111100111111111111010001011111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9FF; }

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

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

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

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

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

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

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

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