Html Css Color HEX #EFF9FB Azure

📋 copy color: '#EFF9FB'

red 239 ◦ green 249 ◦ blue 251

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

Shades of Azure #EFF9FB

Tints of Azure #EFF9FB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.69%

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

R = 32.34%
G = 33.69%
B = 33.96%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFF9FB (or 0xEFF9FB) is known color: Azure. HEX triplet: EF, F9 and FB. RGB value is (239,249,251). Sum of RGB (Red+Green+Blue) = 239+249+251=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9FB is #100604. Grayscale: #F6F6F6. Windows color (decimal): -1050117 or 16513519. OLE color: 16513519.

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

Color convert

RGB 239 249 251 -
CMYK 0.05 0.01 0 0.02
HSL 190º 0.6% 0.96% -
HSV(B) 190º 0.05% 0.98% -
XYZ 86.88 93.07 104.65 -
YUV 246.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 239 249 251 0.05 0.01 0 0.02 190 0.6 0.96
Hex EF F9 FB 5 1 0 2 BE 3C 60
Octal 357 371 373 5 1 0 2 276 74 140
Binary 11101111 11111001 11111011 101 1 0 10 10111110 111100 1100000

Color Harmonies of #EFF9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF9FB

Black with #EFF9FB

Text Example


Text Example

White with #EFF9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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