Html Css Color HEX #EFF8FC Alice Blue

📋 copy color: '#EFF8FC'

red 239 ◦ green 248 ◦ blue 252

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

Shades of Alice Blue #EFF8FC

Tints of Alice Blue #EFF8FC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.56%

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

R = 32.34%
G = 33.56%
B = 34.1%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFF8FC (or 0xEFF8FC) is known color: Alice Blue. HEX triplet: EF, F8 and FC. RGB value is (239,248,252). Sum of RGB (Red+Green+Blue) = 239+248+252=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFF8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FC is #100703. Grayscale: #F5F5F5. Windows color (decimal): -1050372 or 16578799. OLE color: 16578799.

HSL color Cylindrical-coordinate representation of color #EFF8FC: hue angle of 198.46º 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 #EFF8FC is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 248 252 -
CMYK 0.05 0.02 0 0.01
HSL 198.46º 0.68% 0.96% -
HSV(B) 198.46º 0.05% 0.99% -
XYZ 86.73 92.51 105.38 -
YUV 245.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 239 248 252 0.05 0.02 0 0.01 198.46 0.68 0.96
Hex EF F8 FC 5 2 0 1 C6 44 60
Octal 357 370 374 5 2 0 1 306 104 140
Binary 11101111 11111000 11111100 101 10 0 1 11000110 1000100 1100000

Color Harmonies of #EFF8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8FC

Black with #EFF8FC

Text Example


Text Example

White with #EFF8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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