#DCFCFF

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

Shades of Light Cyan #DCFCFF

Tints of Light Cyan #DCFCFF

Color information

#DCFCFF (or 0xDCFCFF) is unknown color: approx Light Cyan. HEX triplet: DC, FC and FF. RGB value is (220,252,255). Sum of RGB (Red+Green+Blue) = 220+252+255=727 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.26% from 727); Green value is 252 (98.83% from 255 or 34.66% 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 #DCFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCFF is #230300. Grayscale: #F2F2F2. Windows color (decimal): -2294529 or 16776412. OLE color: 16776412.

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

Color convert

RGB220252255-
CMYK0.140.0100
HSL185.14º100%93.14%-
HSV(B)185.14º13.73%100%-
XYZ82.3892.06108.03-
YUV242.77134.9111.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.26%
GREEN value IS 252 (98.83% from 255) = 34.66%
BLUE value IS 255 (100% from 255) = 35.08%
R=30.26%
G=34.66%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202522550.140.0100185.1410093.14
HexDCFCFFE100b9645d
Octal33437437716100271144135
Binary11011100111111001111111111101001011100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCFF; }

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

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

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

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

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

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

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

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