Html Css Color HEX #EEFBFC Azure

📋 copy color: '#EEFBFC'

red 238 ◦ green 251 ◦ blue 252

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

Shades of Azure #EEFBFC

Tints of Azure #EEFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.87%

 BLUE value IS 252 (98.83% from 255) = 34.01%

R = 32.12%
G = 33.87%
B = 34.01%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEFBFC (or 0xEEFBFC) is known color: Azure. HEX triplet: EE, FB and FC. RGB value is (238,251,252). Sum of RGB (Red+Green+Blue) = 238+251+252=741 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.12% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFC is #110403. Grayscale: #F7F7F7. Windows color (decimal): -1115140 or 16579566. OLE color: 16579566.

HSL color Cylindrical-coordinate representation of color #EEFBFC: hue angle of 184.29º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFBFC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 251 252 -
CMYK 0.06 0.00 0 0.01
HSL 184.29º 0.7% 0.96% -
HSV(B) 184.29º 0.06% 0.99% -
XYZ 87.33 94.2 105.68 -
YUV 247.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 238 251 252 0.06 0.00 0 0.01 184.29 0.7 0.96
Hex EE FB FC 6 0 0 1 B8 46 60
Octal 356 373 374 6 0 0 1 270 106 140
Binary 11101110 11111011 11111100 110 0 0 1 10111000 1000110 1100000

Color Harmonies of #EEFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFBFC

Black with #EEFBFC

Text Example


Text Example

White with #EEFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFBFC; }

 p { color: rgb(238,251,252); }

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

background-color css

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

 a { background-color: rgb(238,251,252); }

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

border-color css

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

 span { border-color: rgb(238,251,252); }

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