Html Css Color HEX #E8FCFC Azure

📋 copy color: '#E8FCFC'

red 232 ◦ green 252 ◦ blue 252

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

Shades of Azure #E8FCFC

Tints of Azure #E8FCFC

RGB

 RED value IS 232 (91.02% from 255) = 31.52%

 GREEN value IS 252 (98.83% from 255) = 34.24%

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

R = 31.52%
G = 34.24%
B = 34.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E8FCFC (or 0xE8FCFC) is known color: Azure. HEX triplet: E8, FC and FC. RGB value is (232,252,252). Sum of RGB (Red+Green+Blue) = 232+252+252=736 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.52% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #E8FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FCFC is #170303. Grayscale: #F5F5F5. Windows color (decimal): -1508100 or 16579816. OLE color: 16579816.

HSL color Cylindrical-coordinate representation of color #E8FCFC: hue angle of 180º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FCFC is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 252 252 -
CMYK 0.08 0 0 0.01
HSL 180º 0.77% 0.95% -
HSV(B) 180º 0.08% 0.99% -
XYZ 85.66 93.8 105.69 -
YUV 246.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 232 252 252 0.08 0 0 0.01 180 0.77 0.95
Hex E8 FC FC 8 0 0 1 B4 4D 5F
Octal 350 374 374 10 0 0 1 264 115 137
Binary 11101000 11111100 11111100 1000 0 0 1 10110100 1001101 1011111

Color Harmonies of #E8FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FCFC

Black with #E8FCFC

Text Example


Text Example

White with #E8FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FCFC; }

 p { color: rgb(232,252,252); }

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

background-color css

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

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

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

border-color css

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

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

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