#DEF7FF

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

Shades of Light Cyan #DEF7FF

Tints of Light Cyan #DEF7FF

Color information

#DEF7FF (or 0xDEF7FF) is unknown color: approx Light Cyan. HEX triplet: DE, F7 and FF. RGB value is (222,247,255). Sum of RGB (Red+Green+Blue) = 222+247+255=724 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.66% from 724); Green value is 247 (96.88% from 255 or 34.12% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF7FF is #210800. Grayscale: #F0F0F0. Windows color (decimal): -2164737 or 16775134. OLE color: 16775134.

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

Color convert

RGB222247255-
CMYK0.130.0300
HSL194.55º100%93.53%-
HSV(B)194.55º12.94%100%-
XYZ81.4389.27107.55-
YUV240.44136.22114.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.66%
GREEN value IS 247 (96.88% from 255) = 34.12%
BLUE value IS 255 (100% from 255) = 35.22%
R=30.66%
G=34.12%
B=35.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222472550.130.0300194.5510093.53
HexDEF7FFD300c3645e
Octal33636737715300303144136
Binary110111101111011111111111110111001100001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF7FF; }

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

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

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

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

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

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

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

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