Html Css Color HEX #E8FDFE Azure

📋 copy color: '#E8FDFE'

red 232 ◦ green 253 ◦ blue 254

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

Shades of Azure #E8FDFE

Tints of Azure #E8FDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.24%

 BLUE value IS 254 (99.61% from 255) = 34.37%

R = 31.39%
G = 34.24%
B = 34.37%

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E8FDFE (or 0xE8FDFE) is known color: Azure. HEX triplet: E8, FD and FE. RGB value is (232,253,254). Sum of RGB (Red+Green+Blue) = 232+253+254=739 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.39% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FDFE is #170201. Grayscale: #F6F6F6. Windows color (decimal): -1507842 or 16711144. OLE color: 16711144.

HSL color Cylindrical-coordinate representation of color #E8FDFE: hue angle of 182.73º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8FDFE is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 253 254 -
CMYK 0.09 0.00 0 0.00
HSL 182.73º 0.92% 0.95% -
HSV(B) 182.73º 0.09% 1% -
XYZ 86.29 94.56 107.47 -
YUV 246.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 232 253 254 0.09 0.00 0 0.00 182.73 0.92 0.95
Hex E8 FD FE 9 0 0 0 B7 5C 5F
Octal 350 375 376 11 0 0 0 267 134 137
Binary 11101000 11111101 11111110 1001 0 0 0 10110111 1011100 1011111

Color Harmonies of #E8FDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FDFE

Black with #E8FDFE

Text Example


Text Example

White with #E8FDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FDFE; }

 p { color: rgb(232,253,254); }

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

background-color css

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

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

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

border-color css

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

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

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