Html Css Color HEX #EFFAFB Azure

📋 copy color: '#EFFAFB'

red 239 ◦ green 250 ◦ blue 251

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

Shades of Azure #EFFAFB

Tints of Azure #EFFAFB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.78%

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

R = 32.3%
G = 33.78%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFFAFB (or 0xEFFAFB) is known color: Azure. HEX triplet: EF, FA and FB. RGB value is (239,250,251). Sum of RGB (Red+Green+Blue) = 239+250+251=740 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.30% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFB is #100504. Grayscale: #F6F6F6. Windows color (decimal): -1049861 or 16513775. OLE color: 16513775.

HSL color Cylindrical-coordinate representation of color #EFFAFB: hue angle of 185º 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 #EFFAFB is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 251 -
CMYK 0.05 0.00 0 0.02
HSL 185º 0.6% 0.96% -
HSV(B) 185º 0.05% 0.98% -
XYZ 87.19 93.69 104.75 -
YUV 246.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 239 250 251 0.05 0.00 0 0.02 185 0.6 0.96
Hex EF FA FB 5 0 0 2 B9 3C 60
Octal 357 372 373 5 0 0 2 271 74 140
Binary 11101111 11111010 11111011 101 0 0 10 10111001 111100 1100000

Color Harmonies of #EFFAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAFB

Black with #EFFAFB

Text Example


Text Example

White with #EFFAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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