#DEFBFA

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

Shades of Light Cyan #DEFBFA

Tints of Light Cyan #DEFBFA

Color information

#DEFBFA (or 0xDEFBFA) is unknown color: approx Light Cyan. HEX triplet: DE, FB and FA. RGB value is (222,251,250). Sum of RGB (Red+Green+Blue) = 222+251+250=723 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.71% from 723); Green value is 251 (98.44% from 255 or 34.72% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBFA is #210405. Grayscale: #F2F2F2. Windows color (decimal): -2163718 or 16448478. OLE color: 16448478.

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

Color convert

RGB222251250-
CMYK0.1200.000.02
HSL177.93º78.38%92.75%-
HSV(B)177.93º11.55%98.43%-
XYZ81.8891.43103.77-
YUV242.21132.39113.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.71%
GREEN value IS 251 (98.44% from 255) = 34.72%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=30.71%
G=34.72%
B=34.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512500.1200.000.02177.9378.3892.75
HexDEFBFAC002b24e5d
Octal33637337214002262116135
Binary110111101111101111111010110000101011001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBFA; }

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

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

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

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

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

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

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

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