Html Css Color HEX #EFFDFC Azure

📋 copy color: '#EFFDFC'

red 239 ◦ green 253 ◦ blue 252

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

Shades of Azure #EFFDFC

Tints of Azure #EFFDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.01%

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

R = 32.12%
G = 34.01%
B = 33.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#EFFDFC (or 0xEFFDFC) is known color: Azure. HEX triplet: EF, FD and FC. RGB value is (239,253,252). Sum of RGB (Red+Green+Blue) = 239+253+252=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDFC is #100203. Grayscale: #F8F8F8. Windows color (decimal): -1049092 or 16580079. OLE color: 16580079.

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

Color convert

RGB 239 253 252 -
CMYK 0.06 0 0.00 0.01
HSL 175.71º 0.78% 0.96% -
HSV(B) 175.71º 0.06% 0.99% -
XYZ 88.29 95.63 105.9 -
YUV 248.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 239 253 252 0.06 0 0.00 0.01 175.71 0.78 0.96
Hex EF FD FC 6 0 0 1 B0 4E 60
Octal 357 375 374 6 0 0 1 260 116 140
Binary 11101111 11111101 11111100 110 0 0 1 10110000 1001110 1100000

Color Harmonies of #EFFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDFC

Black with #EFFDFC

Text Example


Text Example

White with #EFFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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