Html Css Color HEX #ECF9FB Azure

📋 copy color: '#ECF9FB'

red 236 ◦ green 249 ◦ blue 251

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

Shades of Azure #ECF9FB

Tints of Azure #ECF9FB

RGB

 RED value IS 236 (92.58% from 255) = 32.07%

 GREEN value IS 249 (97.66% from 255) = 33.83%

 BLUE value IS 251 (98.44% from 255) = 34.1%

R = 32.07%
G = 33.83%
B = 34.1%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ECF9FB (or 0xECF9FB) is known color: Azure. HEX triplet: EC, F9 and FB. RGB value is (236,249,251). Sum of RGB (Red+Green+Blue) = 236+249+251=736 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.07% from 736); Green value is 249 (97.66% from 255 or 33.83% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9FB is #130604. Grayscale: #F5F5F5. Windows color (decimal): -1246725 or 16513516. OLE color: 16513516.

HSL color Cylindrical-coordinate representation of color #ECF9FB: hue angle of 188º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF9FB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 249 251 -
CMYK 0.06 0.01 0 0.02
HSL 188º 0.65% 0.95% -
HSV(B) 188º 0.06% 0.98% -
XYZ 85.88 92.55 104.6 -
YUV 245.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 236 249 251 0.06 0.01 0 0.02 188 0.65 0.95
Hex EC F9 FB 6 1 0 2 BC 41 5F
Octal 354 371 373 6 1 0 2 274 101 137
Binary 11101100 11111001 11111011 110 1 0 10 10111100 1000001 1011111

Color Harmonies of #ECF9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF9FB

Black with #ECF9FB

Text Example


Text Example

White with #ECF9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF9FB; }

 p { color: rgb(236,249,251); }

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

background-color css

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

 a { background-color: rgb(236,249,251); }

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

border-color css

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

 span { border-color: rgb(236,249,251); }

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