Html Css Color HEX #EBF6F6 Azure

📋 copy color: '#EBF6F6'

red 235 ◦ green 246 ◦ blue 246

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

Shades of Azure #EBF6F6

Tints of Azure #EBF6F6

RGB

 RED value IS 235 (92.19% from 255) = 32.32%

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

 BLUE value IS 246 (96.48% from 255) = 33.84%

R = 32.32%
G = 33.84%
B = 33.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBF6F6 (or 0xEBF6F6) is known color: Azure. HEX triplet: EB, F6 and F6. RGB value is (235,246,246). Sum of RGB (Red+Green+Blue) = 235+246+246=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 246 (96.48% from 255 or 33.84% from 727); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #EBF6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6F6 is #140909. Grayscale: #F2F2F2. Windows color (decimal): -1313034 or 16185067. OLE color: 16185067.

HSL color Cylindrical-coordinate representation of color #EBF6F6: hue angle of 180º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF6F6 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 246 246 -
CMYK 0.04 0 0 0.04
HSL 180º 0.38% 0.94% -
HSV(B) 180º 0.04% 0.96% -
XYZ 83.85 90.23 100.19 -
YUV 242.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 235 246 246 0.04 0 0 0.04 180 0.38 0.94
Hex EB F6 F6 4 0 0 4 B4 26 5E
Octal 353 366 366 4 0 0 4 264 46 136
Binary 11101011 11110110 11110110 100 0 0 100 10110100 100110 1011110

Color Harmonies of #EBF6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF6F6

Black with #EBF6F6

Text Example


Text Example

White with #EBF6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF6F6; }

 p { color: rgb(235,246,246); }

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

background-color css

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

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

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

border-color css

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

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

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