Html Css Color HEX #ECF6F8 Azure

📋 copy color: '#ECF6F8'

red 236 ◦ green 246 ◦ blue 248

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

Shades of Azure #ECF6F8

Tints of Azure #ECF6F8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.7%

 BLUE value IS 248 (97.27% from 255) = 33.97%

R = 32.33%
G = 33.7%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ECF6F8 (or 0xECF6F8) is known color: Azure. HEX triplet: EC, F6 and F8. RGB value is (236,246,248). Sum of RGB (Red+Green+Blue) = 236+246+248=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 248 (97.27% from 255 or 33.97% from 730); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECF6F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF6F8 is #130907. Grayscale: #F3F3F3. Windows color (decimal): -1247496 or 16316140. OLE color: 16316140.

HSL color Cylindrical-coordinate representation of color #ECF6F8: hue angle of 190º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF6F8 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 236 246 248 -
CMYK 0.05 0.01 0 0.03
HSL 190º 0.46% 0.95% -
HSV(B) 190º 0.05% 0.97% -
XYZ 84.49 90.52 101.83 -
YUV 243.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 236 246 248 0.05 0.01 0 0.03 190 0.46 0.95
Hex EC F6 F8 5 1 0 3 BE 2E 5F
Octal 354 366 370 5 1 0 3 276 56 137
Binary 11101100 11110110 11111000 101 1 0 11 10111110 101110 1011111

Color Harmonies of #ECF6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF6F8

Black with #ECF6F8

Text Example


Text Example

White with #ECF6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF6F8; }

 p { color: rgb(236,246,248); }

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

background-color css

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

 a { background-color: rgb(236,246,248); }

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

border-color css

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

 span { border-color: rgb(236,246,248); }

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