Html Css Color HEX #EFF8FD Alice Blue

📋 copy color: '#EFF8FD'

red 239 ◦ green 248 ◦ blue 253

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

Shades of Alice Blue #EFF8FD

Tints of Alice Blue #EFF8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.19%

R = 32.3%
G = 33.51%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFF8FD (or 0xEFF8FD) is known color: Alice Blue. HEX triplet: EF, F8 and FD. RGB value is (239,248,253). Sum of RGB (Red+Green+Blue) = 239+248+253=740 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.30% from 740); Green value is 248 (97.27% from 255 or 33.51% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF8FD is #100702. Grayscale: #F5F5F5. Windows color (decimal): -1050371 or 16644335. OLE color: 16644335.

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

Color convert

RGB 239 248 253 -
CMYK 0.06 0.02 0 0.01
HSL 201.43º 0.78% 0.96% -
HSV(B) 201.43º 0.06% 0.99% -
XYZ 86.89 92.58 106.22 -
YUV 245.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 239 248 253 0.06 0.02 0 0.01 201.43 0.78 0.96
Hex EF F8 FD 6 2 0 1 C9 4E 60
Octal 357 370 375 6 2 0 1 311 116 140
Binary 11101111 11111000 11111101 110 10 0 1 11001001 1001110 1100000

Color Harmonies of #EFF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8FD

Black with #EFF8FD

Text Example


Text Example

White with #EFF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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