Html Css Color HEX #EFF6FD Alice Blue

📋 copy color: '#EFF6FD'

red 239 ◦ green 246 ◦ blue 253

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

Shades of Alice Blue #EFF6FD

Tints of Alice Blue #EFF6FD

RGB

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

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

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

R = 32.38%
G = 33.33%
B = 34.28%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFF6FD (or 0xEFF6FD) is known color: Alice Blue. HEX triplet: EF, F6 and FD. RGB value is (239,246,253). Sum of RGB (Red+Green+Blue) = 239+246+253=738 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.38% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFF6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6FD is #100902. Grayscale: #F4F4F4. Windows color (decimal): -1050883 or 16643823. OLE color: 16643823.

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

Color convert

RGB 239 246 253 -
CMYK 0.06 0.03 0 0.01
HSL 210º 0.78% 0.96% -
HSV(B) 210º 0.06% 0.99% -
XYZ 86.28 91.35 106.01 -
YUV 244.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 239 246 253 0.06 0.03 0 0.01 210 0.78 0.96
Hex EF F6 FD 6 3 0 1 D2 4E 60
Octal 357 366 375 6 3 0 1 322 116 140
Binary 11101111 11110110 11111101 110 11 0 1 11010010 1001110 1100000

Color Harmonies of #EFF6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF6FD

Black with #EFF6FD

Text Example


Text Example

White with #EFF6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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