Html Css Color HEX #EBF5FD Alice Blue

📋 copy color: '#EBF5FD'

red 235 ◦ green 245 ◦ blue 253

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

Shades of Alice Blue #EBF5FD

Tints of Alice Blue #EBF5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.42%

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

R = 32.06%
G = 33.42%
B = 34.52%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBF5FD (or 0xEBF5FD) is known color: Alice Blue. HEX triplet: EB, F5 and FD. RGB value is (235,245,253). Sum of RGB (Red+Green+Blue) = 235+245+253=733 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.06% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5FD is #140A02. Grayscale: #F2F2F2. Windows color (decimal): -1313283 or 16643563. OLE color: 16643563.

HSL color Cylindrical-coordinate representation of color #EBF5FD: hue angle of 206.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 #EBF5FD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 245 253 -
CMYK 0.07 0.03 0 0.01
HSL 206.67º 0.82% 0.96% -
HSV(B) 206.67º 0.07% 0.99% -
XYZ 84.64 90.06 105.85 -
YUV 242.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 235 245 253 0.07 0.03 0 0.01 206.67 0.82 0.96
Hex EB F5 FD 7 3 0 1 CF 52 60
Octal 353 365 375 7 3 0 1 317 122 140
Binary 11101011 11110101 11111101 111 11 0 1 11001111 1010010 1100000

Color Harmonies of #EBF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF5FD

Black with #EBF5FD

Text Example


Text Example

White with #EBF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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