Html Css Color HEX #E8FDFD Azure

📋 copy color: '#E8FDFD'

red 232 ◦ green 253 ◦ blue 253

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

Shades of Azure #E8FDFD

Tints of Azure #E8FDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.28%

R = 31.44%
G = 34.28%
B = 34.28%

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

#E8FDFD (or 0xE8FDFD) is known color: Azure. HEX triplet: E8, FD and FD. RGB value is (232,253,253). Sum of RGB (Red+Green+Blue) = 232+253+253=738 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.44% from 738); Green value is 253 (99.22% from 255 or 34.28% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #E8FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FDFD is #170202. Grayscale: #F6F6F6. Windows color (decimal): -1507843 or 16645608. OLE color: 16645608.

HSL color Cylindrical-coordinate representation of color #E8FDFD: hue angle of 180º degrees, saturation: 0.84, 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 #E8FDFD is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 253 253 -
CMYK 0.08 0 0 0.01
HSL 180º 0.84% 0.95% -
HSV(B) 180º 0.08% 0.99% -
XYZ 86.13 94.5 106.63 -
YUV 246.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 232 253 253 0.08 0 0 0.01 180 0.84 0.95
Hex E8 FD FD 8 0 0 1 B4 54 5F
Octal 350 375 375 10 0 0 1 264 124 137
Binary 11101000 11111101 11111101 1000 0 0 1 10110100 1010100 1011111

Color Harmonies of #E8FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8FDFD

Black with #E8FDFD

Text Example


Text Example

White with #E8FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8FDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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