Html Css Color HEX #EFF2F3 Alice Blue

📋 copy color: '#EFF2F3'

red 239 ◦ green 242 ◦ blue 243

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

Shades of Alice Blue #EFF2F3

Tints of Alice Blue #EFF2F3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.43%

 BLUE value IS 243 (95.31% from 255) = 33.56%

R = 33.01%
G = 33.43%
B = 33.56%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFF2F3 (or 0xEFF2F3) is known color: Alice Blue. HEX triplet: EF, F2 and F3. RGB value is (239,242,243). Sum of RGB (Red+Green+Blue) = 239+242+243=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 243 (95.31% from 255 or 33.56% from 724); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFF2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F3 is #100D0C. Grayscale: #F1F1F1. Windows color (decimal): -1051917 or 15987439. OLE color: 15987439.

HSL color Cylindrical-coordinate representation of color #EFF2F3: hue angle of 195º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF2F3 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 243 -
CMYK 0.02 0.00 0 0.05
HSL 195º 0.14% 0.95% -
HSV(B) 195º 0.02% 0.95% -
XYZ 83.53 88.33 97.44 -
YUV 241.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 239 242 243 0.02 0.00 0 0.05 195 0.14 0.95
Hex EF F2 F3 2 0 0 5 C3 E 5F
Octal 357 362 363 2 0 0 5 303 16 137
Binary 11101111 11110010 11110011 10 0 0 101 11000011 1110 1011111

Color Harmonies of #EFF2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2F3

Black with #EFF2F3

Text Example


Text Example

White with #EFF2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2F3; }

 p { color: rgb(239,242,243); }

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

background-color css

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

 a { background-color: rgb(239,242,243); }

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

border-color css

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

 span { border-color: rgb(239,242,243); }

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