Html Css Color HEX #EFFAFC Azure

📋 copy color: '#EFFAFC'

red 239 ◦ green 250 ◦ blue 252

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

Shades of Azure #EFFAFC

Tints of Azure #EFFAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.01%

R = 32.25%
G = 33.74%
B = 34.01%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFFAFC (or 0xEFFAFC) is known color: Azure. HEX triplet: EF, FA and FC. RGB value is (239,250,252). Sum of RGB (Red+Green+Blue) = 239+250+252=741 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.25% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAFC is #100503. Grayscale: #F6F6F6. Windows color (decimal): -1049860 or 16579311. OLE color: 16579311.

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

Color convert

RGB 239 250 252 -
CMYK 0.05 0.01 0 0.01
HSL 189.23º 0.68% 0.96% -
HSV(B) 189.23º 0.05% 0.99% -
XYZ 87.35 93.75 105.59 -
YUV 246.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 239 250 252 0.05 0.01 0 0.01 189.23 0.68 0.96
Hex EF FA FC 5 1 0 1 BD 44 60
Octal 357 372 374 5 1 0 1 275 104 140
Binary 11101111 11111010 11111100 101 1 0 1 10111101 1000100 1100000

Color Harmonies of #EFFAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAFC

Black with #EFFAFC

Text Example


Text Example

White with #EFFAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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