Html Css Color HEX #EFFEFF Azure

📋 copy color: '#EFFEFF'

red 239 ◦ green 254 ◦ blue 255

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

Shades of Azure #EFFEFF

Tints of Azure #EFFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.96%

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

R = 31.95%
G = 33.96%
B = 34.09%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFFEFF (or 0xEFFEFF) is known color: Azure. HEX triplet: EF, FE and FF. RGB value is (239,254,255). Sum of RGB (Red+Green+Blue) = 239+254+255=748 (99% of max value = 765). Red value is 239 (93.75% from 255 or 31.95% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEFF is #100100. Grayscale: #F9F9F9. Windows color (decimal): -1048833 or 16776943. OLE color: 16776943.

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

Color convert

RGB 239 254 255 -
CMYK 0.06 0.00 0 0
HSL 183.75º 1% 0.97% -
HSV(B) 183.75º 0.06% 1% -
XYZ 89.09 96.45 108.53 -
YUV 249.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 239 254 255 0.06 0.00 0 0 183.75 1 0.97
Hex EF FE FF 6 0 0 0 B8 64 61
Octal 357 376 377 6 0 0 0 270 144 141
Binary 11101111 11111110 11111111 110 0 0 0 10111000 1100100 1100001

Color Harmonies of #EFFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEFF

Black with #EFFEFF

Text Example


Text Example

White with #EFFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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