#EFFEFF

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

Shades of Azure #EFFEFF

Tints of Azure #EFFEFF

Color information

#EFFEFF (or 0xEFFEFF) is unknown color: approx Azure. HEX triplet: EF, FE and FF. RGB value is (239,254,255). Sum of RGB (Red+Green+Blue) = 239+254+255=748 (99% of max value = 765). Red value is 239 (93.75% from 255 or 31.95% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEFF is #100100. Grayscale: #F9F9F9. Windows color (decimal): -1048833 or 16776943. OLE color: 16776943.

HSL color Cylindrical-coordinate representation of color #EFFEFF: hue angle of 183.75º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFEFF is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239254255-
CMYK0.060.0000
HSL183.75º100%96.86%-
HSV(B)183.75º6.27%100%-
XYZ89.0996.45108.53-
YUV249.63131.03120.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 31.95%
GREEN value IS 254 (99.61% from 255) = 33.96%
BLUE value IS 255 (100% from 255) = 34.09%
R=31.95%
G=33.96%
B=34.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392542550.060.0000183.7510096.86
HexEFFEFF6000b86461
Octal3573763776000270144141
Binary1110111111111110111111111100001011100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEFF; }

 p { color: rgb(239,254,255); }

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

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

 a { background-color: rgb(239,254,255); }

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

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

 span { border-color: rgb(239,254,255); }

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