Html Css Color HEX #EFFAFA Azure

📋 copy color: '#EFFAFA'

red 239 ◦ green 250 ◦ blue 250

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

Shades of Azure #EFFAFA

Tints of Azure #EFFAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.83%

 BLUE value IS 250 (98.05% from 255) = 33.83%

R = 32.34%
G = 33.83%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFFAFA (or 0xEFFAFA) is known color: Azure. HEX triplet: EF, FA and FA. RGB value is (239,250,250). Sum of RGB (Red+Green+Blue) = 239+250+250=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #EFFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFA is #100505. Grayscale: #F6F6F6. Windows color (decimal): -1049862 or 16448239. OLE color: 16448239.

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

Color convert

RGB 239 250 250 -
CMYK 0.04 0 0 0.02
HSL 180º 0.52% 0.96% -
HSV(B) 180º 0.04% 0.98% -
XYZ 87.04 93.62 103.93 -
YUV 246.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 239 250 250 0.04 0 0 0.02 180 0.52 0.96
Hex EF FA FA 4 0 0 2 B4 34 60
Octal 357 372 372 4 0 0 2 264 64 140
Binary 11101111 11111010 11111010 100 0 0 10 10110100 110100 1100000

Color Harmonies of #EFFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAFA

Black with #EFFAFA

Text Example


Text Example

White with #EFFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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