Html Css Color HEX #EFFCFF Azure

📋 copy color: '#EFFCFF'

red 239 ◦ green 252 ◦ blue 255

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

Shades of Azure #EFFCFF

Tints of Azure #EFFCFF

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 239 252 255 -
CMYK 0.06 0.01 0 0
HSL 191.25º 1% 0.97% -
HSV(B) 191.25º 0.06% 1% -
XYZ 88.46 95.19 108.32 -
YUV 248.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 239 252 255 0.06 0.01 0 0 191.25 1 0.97
Hex EF FC FF 6 1 0 0 BF 64 61
Octal 357 374 377 6 1 0 0 277 144 141
Binary 11101111 11111100 11111111 110 1 0 0 10111111 1100100 1100001

Color Harmonies of #EFFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCFF

Black with #EFFCFF

Text Example


Text Example

White with #EFFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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