Html Css Color HEX #EFF9FA Azure

📋 copy color: '#EFF9FA'

red 239 ◦ green 249 ◦ blue 250

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

Shades of Azure #EFF9FA

Tints of Azure #EFF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.74%

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

R = 32.38%
G = 33.74%
B = 33.88%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFF9FA (or 0xEFF9FA) is known color: Azure. HEX triplet: EF, F9 and FA. RGB value is (239,249,250). Sum of RGB (Red+Green+Blue) = 239+249+250=738 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.38% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9FA is #100605. Grayscale: #F6F6F6. Windows color (decimal): -1050118 or 16447983. OLE color: 16447983.

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

Color convert

RGB 239 249 250 -
CMYK 0.04 0.00 0 0.02
HSL 185.45º 0.52% 0.96% -
HSV(B) 185.45º 0.04% 0.98% -
XYZ 86.73 93 103.82 -
YUV 246.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 239 249 250 0.04 0.00 0 0.02 185.45 0.52 0.96
Hex EF F9 FA 4 0 0 2 B9 34 60
Octal 357 371 372 4 0 0 2 271 64 140
Binary 11101111 11111001 11111010 100 0 0 10 10111001 110100 1100000

Color Harmonies of #EFF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF9FA

Black with #EFF9FA

Text Example


Text Example

White with #EFF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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