Html Css Color HEX #EFFBFE Azure

📋 copy color: '#EFFBFE'

red 239 ◦ green 251 ◦ blue 254

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

Shades of Azure #EFFBFE

Tints of Azure #EFFBFE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.74%

 BLUE value IS 254 (99.61% from 255) = 34.14%

R = 32.12%
G = 33.74%
B = 34.14%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFFBFE (or 0xEFFBFE) is known color: Azure. HEX triplet: EF, FB and FE. RGB value is (239,251,254). Sum of RGB (Red+Green+Blue) = 239+251+254=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBFE is #100401. Grayscale: #F7F7F7. Windows color (decimal): -1049602 or 16710639. OLE color: 16710639.

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

Color convert

RGB 239 251 254 -
CMYK 0.06 0.01 0 0.00
HSL 192º 0.88% 0.97% -
HSV(B) 192º 0.06% 1% -
XYZ 87.98 94.5 107.37 -
YUV 247.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 239 251 254 0.06 0.01 0 0.00 192 0.88 0.97
Hex EF FB FE 6 1 0 0 C0 58 61
Octal 357 373 376 6 1 0 0 300 130 141
Binary 11101111 11111011 11111110 110 1 0 0 11000000 1011000 1100001

Color Harmonies of #EFFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBFE

Black with #EFFBFE

Text Example


Text Example

White with #EFFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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