#DCF6FF

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

Shades of Light Cyan #DCF6FF

Tints of Light Cyan #DCF6FF

Color information

#DCF6FF (or 0xDCF6FF) is unknown color: approx Light Cyan. HEX triplet: DC, F6 and FF. RGB value is (220,246,255). Sum of RGB (Red+Green+Blue) = 220+246+255=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6FF is #230900. Grayscale: #EFEFEF. Windows color (decimal): -2296065 or 16774876. OLE color: 16774876.

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

Color convert

RGB220246255-
CMYK0.140.0400
HSL195.43º100%93.14%-
HSV(B)195.43º13.73%100%-
XYZ80.5288.35107.42-
YUV239.25136.89114.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.51%
GREEN value IS 246 (96.48% from 255) = 34.12%
BLUE value IS 255 (100% from 255) = 35.37%
R=30.51%
G=34.12%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202462550.140.0400195.4310093.14
HexDCF6FFE400c3645d
Octal33436637716400303144135
Binary1101110011110110111111111110100001100001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6FF; }

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

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

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

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

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

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

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

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