#EFFBFA

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

Shades of Azure #EFFBFA

Tints of Azure #EFFBFA

Color information

#EFFBFA (or 0xEFFBFA) is unknown color: approx Azure. HEX triplet: EF, FB and FA. RGB value is (239,251,250). Sum of RGB (Red+Green+Blue) = 239+251+250=740 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.30% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBFA is #100405. Grayscale: #F7F7F7. Windows color (decimal): -1049606 or 16448495. OLE color: 16448495.

HSL color Cylindrical-coordinate representation of color #EFFBFA: hue angle of 175º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFBFA is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB239251250-
CMYK0.0500.000.02
HSL175º60%96.08%-
HSV(B)175º4.78%98.43%-
XYZ87.3594.25104.03-
YUV247.3129.52122.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.30%
GREEN value IS 251 (98.44% from 255) = 33.92%
BLUE value IS 250 (98.05% from 255) = 33.78%
R=32.30%
G=33.92%
B=33.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512500.0500.000.021756096.08
HexEFFBFA5002af3c60
Octal357373372500225774140
Binary1110111111111011111110101010010101011111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBFA; }

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

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

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

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

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

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

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

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