Html Css Color HEX #EBF8FD Alice Blue

📋 copy color: '#EBF8FD'

red 235 ◦ green 248 ◦ blue 253

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

Shades of Alice Blue #EBF8FD

Tints of Alice Blue #EBF8FD

RGB

 RED value IS 235 (92.19% from 255) = 31.93%

 GREEN value IS 248 (97.27% from 255) = 33.7%

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

R = 31.93%
G = 33.7%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBF8FD (or 0xEBF8FD) is known color: Alice Blue. HEX triplet: EB, F8 and FD. RGB value is (235,248,253). Sum of RGB (Red+Green+Blue) = 235+248+253=736 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.93% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8FD is #140702. Grayscale: #F4F4F4. Windows color (decimal): -1312515 or 16644331. OLE color: 16644331.

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

Color convert

RGB 235 248 253 -
CMYK 0.07 0.02 0 0.01
HSL 196.67º 0.82% 0.96% -
HSV(B) 196.67º 0.07% 0.99% -
XYZ 85.56 91.89 106.16 -
YUV 244.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 235 248 253 0.07 0.02 0 0.01 196.67 0.82 0.96
Hex EB F8 FD 7 2 0 1 C5 52 60
Octal 353 370 375 7 2 0 1 305 122 140
Binary 11101011 11111000 11111101 111 10 0 1 11000101 1010010 1100000

Color Harmonies of #EBF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF8FD

Black with #EBF8FD

Text Example


Text Example

White with #EBF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF8FD; }

 p { color: rgb(235,248,253); }

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

background-color css

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

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

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

border-color css

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

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

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