Html Css Color HEX #EFFFFF Azure

📋 copy color: '#EFFFFF'

red 239 ◦ green 255 ◦ blue 255

#EFFFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azure #EFFFFF

Tints of Azure #EFFFFF

RGB

 RED value IS 239 (93.75% from 255) = 31.91%

 GREEN value IS 255 (100% from 255) = 34.05%

 BLUE value IS 255 (100% from 255) = 34.05%

R = 31.91%
G = 34.05%
B = 34.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFFFFF (or 0xEFFFFF) is known color: Azure. HEX triplet: EF, FF and FF. RGB value is (239,255,255). Sum of RGB (Red+Green+Blue) = 239+255+255=749 (99% of max value = 765). Red value is 239 (93.75% from 255 or 31.91% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #EFFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFF is #100000. Grayscale: #FAFAFA. Windows color (decimal): -1048577 or 16777199. OLE color: 16777199.

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

Color convert

RGB 239 255 255 -
CMYK 0.06 0 0 0
HSL 180º 1% 0.97% -
HSV(B) 180º 0.06% 1% -
XYZ 89.41 97.09 108.64 -
YUV 250.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 239 255 255 0.06 0 0 0 180 1 0.97
Hex EF FF FF 6 0 0 0 B4 64 61
Octal 357 377 377 6 0 0 0 264 144 141
Binary 11101111 11111111 11111111 110 0 0 0 10110100 1100100 1100001

Color Harmonies of #EFFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFFF

Black with #EFFFFF

Text Example


Text Example

White with #EFFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFFF; }

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

 H1.HeaderClassName
 {
   color: #EFFFFF;
 }
 .AnyTagClassName
 {
   color: #EFFFFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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