Html Css Color HEX #EBFAFC Azure

📋 copy color: '#EBFAFC'

red 235 ◦ green 250 ◦ blue 252

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

Shades of Azure #EBFAFC

Tints of Azure #EBFAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.19%

R = 31.89%
G = 33.92%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBFAFC (or 0xEBFAFC) is known color: Azure. HEX triplet: EB, FA and FC. RGB value is (235,250,252). Sum of RGB (Red+Green+Blue) = 235+250+252=737 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.89% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFC is #140503. Grayscale: #F5F5F5. Windows color (decimal): -1312004 or 16579307. OLE color: 16579307.

HSL color Cylindrical-coordinate representation of color #EBFAFC: hue angle of 187.06º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFAFC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 250 252 -
CMYK 0.07 0.01 0 0.01
HSL 187.06º 0.74% 0.95% -
HSV(B) 187.06º 0.07% 0.99% -
XYZ 86.02 93.06 105.52 -
YUV 245.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 235 250 252 0.07 0.01 0 0.01 187.06 0.74 0.95
Hex EB FA FC 7 1 0 1 BB 4A 5F
Octal 353 372 374 7 1 0 1 273 112 137
Binary 11101011 11111010 11111100 111 1 0 1 10111011 1001010 1011111

Color Harmonies of #EBFAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAFC

Black with #EBFAFC

Text Example


Text Example

White with #EBFAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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