Html Css Color HEX #EBF4FF Alice Blue

📋 copy color: '#EBF4FF'

red 235 ◦ green 244 ◦ blue 255

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

Shades of Alice Blue #EBF4FF

Tints of Alice Blue #EBF4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.24%

 BLUE value IS 255 (100% from 255) = 34.74%

R = 32.02%
G = 33.24%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBF4FF (or 0xEBF4FF) is known color: Alice Blue. HEX triplet: EB, F4 and FF. RGB value is (235,244,255). Sum of RGB (Red+Green+Blue) = 235+244+255=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 244 (95.70% from 255 or 33.24% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4FF is #140B00. Grayscale: #F2F2F2. Windows color (decimal): -1313537 or 16774379. OLE color: 16774379.

HSL color Cylindrical-coordinate representation of color #EBF4FF: hue angle of 213º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF4FF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 244 255 -
CMYK 0.08 0.04 0 0
HSL 213º 1% 0.96% -
HSV(B) 213º 0.08% 1% -
XYZ 84.66 89.58 107.44 -
YUV 242.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 235 244 255 0.08 0.04 0 0 213 1 0.96
Hex EB F4 FF 8 4 0 0 D5 64 60
Octal 353 364 377 10 4 0 0 325 144 140
Binary 11101011 11110100 11111111 1000 100 0 0 11010101 1100100 1100000

Color Harmonies of #EBF4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF4FF

Black with #EBF4FF

Text Example


Text Example

White with #EBF4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF4FF; }

 p { color: rgb(235,244,255); }

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

background-color css

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

 a { background-color: rgb(235,244,255); }

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

border-color css

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

 span { border-color: rgb(235,244,255); }

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