Html Css Color HEX #EFF5FC Alice Blue

📋 copy color: '#EFF5FC'

red 239 ◦ green 245 ◦ blue 252

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

Shades of Alice Blue #EFF5FC

Tints of Alice Blue #EFF5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.24%

R = 32.47%
G = 33.29%
B = 34.24%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFF5FC (or 0xEFF5FC) is known color: Alice Blue. HEX triplet: EF, F5 and FC. RGB value is (239,245,252). Sum of RGB (Red+Green+Blue) = 239+245+252=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFF5FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5FC is #100A03. Grayscale: #F3F3F3. Windows color (decimal): -1051140 or 16578031. OLE color: 16578031.

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

Color convert

RGB 239 245 252 -
CMYK 0.05 0.03 0 0.01
HSL 212.31º 0.68% 0.96% -
HSV(B) 212.31º 0.05% 0.99% -
XYZ 85.82 90.68 105.08 -
YUV 244 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 239 245 252 0.05 0.03 0 0.01 212.31 0.68 0.96
Hex EF F5 FC 5 3 0 1 D4 44 60
Octal 357 365 374 5 3 0 1 324 104 140
Binary 11101111 11110101 11111100 101 11 0 1 11010100 1000100 1100000

Color Harmonies of #EFF5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5FC

Black with #EFF5FC

Text Example


Text Example

White with #EFF5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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