#DFFCFF

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

Shades of Light Cyan #DFFCFF

Tints of Light Cyan #DFFCFF

Color information

#DFFCFF (or 0xDFFCFF) is unknown color: approx Light Cyan. HEX triplet: DF, FC and FF. RGB value is (223,252,255). Sum of RGB (Red+Green+Blue) = 223+252+255=730 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.55% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCFF is #200300. Grayscale: #F3F3F3. Windows color (decimal): -2097921 or 16776415. OLE color: 16776415.

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

Color convert

RGB223252255-
CMYK0.130.0100
HSL185.62º100%93.73%-
HSV(B)185.62º12.55%100%-
XYZ83.2992.53108.08-
YUV243.67134.39113.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.55%
GREEN value IS 252 (98.83% from 255) = 34.52%
BLUE value IS 255 (100% from 255) = 34.93%
R=30.55%
G=34.52%
B=34.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232522550.130.0100185.6210093.73
HexDFFCFFD100ba645e
Octal33737437715100272144136
Binary11011111111111001111111111011001011101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCFF; }

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

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

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

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

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

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

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

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