Html Css Color HEX #EBF6FF Alice Blue

📋 copy color: '#EBF6FF'

red 235 ◦ green 246 ◦ blue 255

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

Shades of Alice Blue #EBF6FF

Tints of Alice Blue #EBF6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.42%

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

R = 31.93%
G = 33.42%
B = 34.65%

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

#EBF6FF (or 0xEBF6FF) is known color: Alice Blue. HEX triplet: EB, F6 and FF. RGB value is (235,246,255). Sum of RGB (Red+Green+Blue) = 235+246+255=736 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.93% from 736); Green value is 246 (96.48% from 255 or 33.42% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6FF is #140900. Grayscale: #F3F3F3. Windows color (decimal): -1313025 or 16774891. OLE color: 16774891.

HSL color Cylindrical-coordinate representation of color #EBF6FF: hue angle of 207º 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 #EBF6FF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 246 255 -
CMYK 0.08 0.04 0 0
HSL 207º 1% 0.96% -
HSV(B) 207º 0.08% 1% -
XYZ 85.27 90.79 107.64 -
YUV 243.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 235 246 255 0.08 0.04 0 0 207 1 0.96
Hex EB F6 FF 8 4 0 0 CF 64 60
Octal 353 366 377 10 4 0 0 317 144 140
Binary 11101011 11110110 11111111 1000 100 0 0 11001111 1100100 1100000

Color Harmonies of #EBF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF6FF

Black with #EBF6FF

Text Example


Text Example

White with #EBF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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