#DEFBF7

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

Shades of Light Cyan #DEFBF7

Tints of Light Cyan #DEFBF7

Color information

#DEFBF7 (or 0xDEFBF7) is unknown color: approx Light Cyan. HEX triplet: DE, FB and F7. RGB value is (222,251,247). Sum of RGB (Red+Green+Blue) = 222+251+247=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBF7 is #210408. Grayscale: #F1F1F1. Windows color (decimal): -2163721 or 16251870. OLE color: 16251870.

HSL color Cylindrical-coordinate representation of color #DEFBF7: hue angle of 171.72º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBF7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB222251247-
CMYK0.1200.020.02
HSL171.72º78.38%92.75%-
HSV(B)171.72º11.55%98.43%-
XYZ81.4191.24101.32-
YUV241.87130.89113.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.83%
GREEN value IS 251 (98.44% from 255) = 34.86%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=30.83%
G=34.86%
B=34.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512470.1200.020.02171.7278.3892.75
HexDEFBF7C022ac4e5d
Octal33637336714022254116135
Binary1101111011111011111101111100010101010110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBF7; }

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

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

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

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

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

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

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

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