Html Css Color HEX #EEF9FA Azure

📋 copy color: '#EEF9FA'

red 238 ◦ green 249 ◦ blue 250

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

Shades of Azure #EEF9FA

Tints of Azure #EEF9FA

RGB

 RED value IS 238 (93.36% from 255) = 32.29%

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

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

R = 32.29%
G = 33.79%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEF9FA (or 0xEEF9FA) is known color: Azure. HEX triplet: EE, F9 and FA. RGB value is (238,249,250). Sum of RGB (Red+Green+Blue) = 238+249+250=737 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.29% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF9FA is #110605. Grayscale: #F5F5F5. Windows color (decimal): -1115654 or 16447982. OLE color: 16447982.

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

Color convert

RGB 238 249 250 -
CMYK 0.05 0.00 0 0.02
HSL 185º 0.55% 0.96% -
HSV(B) 185º 0.05% 0.98% -
XYZ 86.39 92.83 103.81 -
YUV 245.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 238 249 250 0.05 0.00 0 0.02 185 0.55 0.96
Hex EE F9 FA 5 0 0 2 B9 37 60
Octal 356 371 372 5 0 0 2 271 67 140
Binary 11101110 11111001 11111010 101 0 0 10 10111001 110111 1100000

Color Harmonies of #EEF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF9FA

Black with #EEF9FA

Text Example


Text Example

White with #EEF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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