Html Css Color HEX #EFFFFC Azure

📋 copy color: '#EFFFFC'

red 239 ◦ green 255 ◦ blue 252

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

Shades of Azure #EFFFFC

Tints of Azure #EFFFFC

RGB

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

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

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

R = 32.04%
G = 34.18%
B = 33.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#EFFFFC (or 0xEFFFFC) is known color: Azure. HEX triplet: EF, FF and FC. RGB value is (239,255,252). Sum of RGB (Red+Green+Blue) = 239+255+252=746 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.04% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFC is #100003. Grayscale: #F9F9F9. Windows color (decimal): -1048580 or 16580591. OLE color: 16580591.

HSL color Cylindrical-coordinate representation of color #EFFFFC: hue angle of 168.75º 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 #EFFFFC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 252 -
CMYK 0.06 0 0.01 0
HSL 168.75º 1% 0.97% -
HSV(B) 168.75º 0.06% 1% -
XYZ 88.93 96.9 106.11 -
YUV 249.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 239 255 252 0.06 0 0.01 0 168.75 1 0.97
Hex EF FF FC 6 0 1 0 A9 64 61
Octal 357 377 374 6 0 1 0 251 144 141
Binary 11101111 11111111 11111100 110 0 1 0 10101001 1100100 1100001

Color Harmonies of #EFFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFFC

Black with #EFFFFC

Text Example


Text Example

White with #EFFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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