Html Css Color HEX #EFF5FF Alice Blue

📋 copy color: '#EFF5FF'

red 239 ◦ green 245 ◦ blue 255

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

Shades of Alice Blue #EFF5FF

Tints of Alice Blue #EFF5FF

RGB

 RED value IS 239 (93.75% from 255) = 32.34%

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

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

R = 32.34%
G = 33.15%
B = 34.51%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFF5FF (or 0xEFF5FF) is known color: Alice Blue. HEX triplet: EF, F5 and FF. RGB value is (239,245,255). Sum of RGB (Red+Green+Blue) = 239+245+255=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5FF is #100A00. Grayscale: #F4F4F4. Windows color (decimal): -1051137 or 16774639. OLE color: 16774639.

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

Color convert

RGB 239 245 255 -
CMYK 0.06 0.04 0 0
HSL 217.5º 1% 0.97% -
HSV(B) 217.5º 0.06% 1% -
XYZ 86.3 90.88 107.6 -
YUV 244.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 239 245 255 0.06 0.04 0 0 217.5 1 0.97
Hex EF F5 FF 6 4 0 0 DA 64 61
Octal 357 365 377 6 4 0 0 332 144 141
Binary 11101111 11110101 11111111 110 100 0 0 11011010 1100100 1100001

Color Harmonies of #EFF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5FF

Black with #EFF5FF

Text Example


Text Example

White with #EFF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5FF; }

 p { color: rgb(239,245,255); }

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

background-color css

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

 a { background-color: rgb(239,245,255); }

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

border-color css

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

 span { border-color: rgb(239,245,255); }

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