#DEFBF6

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

Shades of Light Cyan #DEFBF6

Tints of Light Cyan #DEFBF6

Color information

#DEFBF6 (or 0xDEFBF6) is unknown color: approx Light Cyan. HEX triplet: DE, FB and F6. RGB value is (222,251,246). Sum of RGB (Red+Green+Blue) = 222+251+246=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBF6 is #210409. Grayscale: #F1F1F1. Windows color (decimal): -2163722 or 16186334. OLE color: 16186334.

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

Color convert

RGB222251246-
CMYK0.1200.020.02
HSL169.66º78.38%92.75%-
HSV(B)169.66º11.55%98.43%-
XYZ81.2691.18100.51-
YUV241.76130.39113.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.88%
GREEN value IS 251 (98.44% from 255) = 34.91%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=30.88%
G=34.91%
B=34.21%

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
Decimal2222512460.1200.020.02169.6678.3892.75
HexDEFBF6C022aa4e5d
Octal33637336614022252116135
Binary1101111011111011111101101100010101010101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBF6; }

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

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

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

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

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

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

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

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