#DEFDFF

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

Shades of Light Cyan #DEFDFF

Tints of Light Cyan #DEFDFF

Color information

#DEFDFF (or 0xDEFDFF) is unknown color: approx Light Cyan. HEX triplet: DE, FD and FF. RGB value is (222,253,255). Sum of RGB (Red+Green+Blue) = 222+253+255=730 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.41% from 730); Green value is 253 (99.22% from 255 or 34.66% 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 #DEFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDFF is #210200. Grayscale: #F3F3F3. Windows color (decimal): -2163201 or 16776670. OLE color: 16776670.

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

Color convert

RGB222253255-
CMYK0.130.0100
HSL183.64º100%93.53%-
HSV(B)183.64º12.94%100%-
XYZ83.393108.17-
YUV243.96134.23112.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.41%
GREEN value IS 253 (99.22% from 255) = 34.66%
BLUE value IS 255 (100% from 255) = 34.93%
R=30.41%
G=34.66%
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
Decimal2222532550.130.0100183.6410093.53
HexDEFDFFD100b8645e
Octal33637537715100270144136
Binary11011110111111011111111111011001011100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDFF; }

 p { color: rgb(222,253,255); }

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

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

 a { background-color: rgb(222,253,255); }

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

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

 span { border-color: rgb(222,253,255); }

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