#DCF7FF

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

Shades of Light Cyan #DCF7FF

Tints of Light Cyan #DCF7FF

Color information

#DCF7FF (or 0xDCF7FF) is unknown color: approx Light Cyan. HEX triplet: DC, F7 and FF. RGB value is (220,247,255). Sum of RGB (Red+Green+Blue) = 220+247+255=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF7FF is #230800. Grayscale: #EFEFEF. Windows color (decimal): -2295809 or 16775132. OLE color: 16775132.

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

Color convert

RGB220247255-
CMYK0.140.0300
HSL193.71º100%93.14%-
HSV(B)193.71º13.73%100%-
XYZ80.8388.96107.52-
YUV239.84136.55113.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.47%
GREEN value IS 247 (96.88% from 255) = 34.21%
BLUE value IS 255 (100% from 255) = 35.32%
R=30.47%
G=34.21%
B=35.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202472550.140.0300193.7110093.14
HexDCF7FFE300c2645d
Octal33436737716300302144135
Binary110111001111011111111111111011001100001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7FF; }

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

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

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

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

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

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

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

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