Html Css Color HEX #EFFFFB Azure

📋 copy color: '#EFFFFB'

red 239 ◦ green 255 ◦ blue 251

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

Shades of Azure #EFFFFB

Tints of Azure #EFFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 34.23%

 BLUE value IS 251 (98.44% from 255) = 33.69%

R = 32.08%
G = 34.23%
B = 33.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#EFFFFB (or 0xEFFFFB) is known color: Azure. HEX triplet: EF, FF and FB. RGB value is (239,255,251). Sum of RGB (Red+Green+Blue) = 239+255+251=745 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.08% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFB is #100004. Grayscale: #F9F9F9. Windows color (decimal): -1048581 or 16515055. OLE color: 16515055.

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

Color convert

RGB 239 255 251 -
CMYK 0.06 0 0.02 0
HSL 165º 1% 0.97% -
HSV(B) 165º 0.06% 1% -
XYZ 88.77 96.84 105.28 -
YUV 249.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 239 255 251 0.06 0 0.02 0 165 1 0.97
Hex EF FF FB 6 0 2 0 A5 64 61
Octal 357 377 373 6 0 2 0 245 144 141
Binary 11101111 11111111 11111011 110 0 10 0 10100101 1100100 1100001

Color Harmonies of #EFFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFFB

Black with #EFFFFB

Text Example


Text Example

White with #EFFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFFB; }

 p { color: rgb(239,255,251); }

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

background-color css

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

 a { background-color: rgb(239,255,251); }

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

border-color css

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

 span { border-color: rgb(239,255,251); }

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