Html Css Color HEX #EBFAFA Azure

📋 copy color: '#EBFAFA'

red 235 ◦ green 250 ◦ blue 250

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

Shades of Azure #EBFAFA

Tints of Azure #EBFAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.01%

 BLUE value IS 250 (98.05% from 255) = 34.01%

R = 31.97%
G = 34.01%
B = 34.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBFAFA (or 0xEBFAFA) is known color: Azure. HEX triplet: EB, FA and FA. RGB value is (235,250,250). Sum of RGB (Red+Green+Blue) = 235+250+250=735 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.97% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #EBFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFA is #140505. Grayscale: #F5F5F5. Windows color (decimal): -1312006 or 16448235. OLE color: 16448235.

HSL color Cylindrical-coordinate representation of color #EBFAFA: hue angle of 180º degrees, saturation: 0.6, 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 #EBFAFA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 250 250 -
CMYK 0.06 0 0 0.02
HSL 180º 0.6% 0.95% -
HSV(B) 180º 0.06% 0.98% -
XYZ 85.7 92.94 103.86 -
YUV 245.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 235 250 250 0.06 0 0 0.02 180 0.6 0.95
Hex EB FA FA 6 0 0 2 B4 3C 5F
Octal 353 372 372 6 0 0 2 264 74 137
Binary 11101011 11111010 11111010 110 0 0 10 10110100 111100 1011111

Color Harmonies of #EBFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAFA

Black with #EBFAFA

Text Example


Text Example

White with #EBFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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