Html Css Color HEX #EFFAF8 Azure

📋 copy color: '#EFFAF8'

red 239 ◦ green 250 ◦ blue 248

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

Shades of Azure #EFFAF8

Tints of Azure #EFFAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 33.65%

R = 32.43%
G = 33.92%
B = 33.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#EFFAF8 (or 0xEFFAF8) is known color: Azure. HEX triplet: EF, FA and F8. RGB value is (239,250,248). Sum of RGB (Red+Green+Blue) = 239+250+248=737 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.43% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF8 is #100507. Grayscale: #F6F6F6. Windows color (decimal): -1049864 or 16317167. OLE color: 16317167.

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

Color convert

RGB 239 250 248 -
CMYK 0.04 0 0.01 0.02
HSL 169.09º 0.52% 0.96% -
HSV(B) 169.09º 0.04% 0.98% -
XYZ 86.73 93.5 102.28 -
YUV 246.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 239 250 248 0.04 0 0.01 0.02 169.09 0.52 0.96
Hex EF FA F8 4 0 1 2 A9 34 60
Octal 357 372 370 4 0 1 2 251 64 140
Binary 11101111 11111010 11111000 100 0 1 10 10101001 110100 1100000

Color Harmonies of #EFFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAF8

Black with #EFFAF8

Text Example


Text Example

White with #EFFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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