Html Css Color HEX #EBFAFD Azure

📋 copy color: '#EBFAFD'

red 235 ◦ green 250 ◦ blue 253

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

Shades of Azure #EBFAFD

Tints of Azure #EBFAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.28%

R = 31.84%
G = 33.88%
B = 34.28%

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

#EBFAFD (or 0xEBFAFD) is known color: Azure. HEX triplet: EB, FA and FD. RGB value is (235,250,253). Sum of RGB (Red+Green+Blue) = 235+250+253=738 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.84% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFD is #140502. Grayscale: #F5F5F5. Windows color (decimal): -1312003 or 16644843. OLE color: 16644843.

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

Color convert

RGB 235 250 253 -
CMYK 0.07 0.01 0 0.01
HSL 190º 0.82% 0.96% -
HSV(B) 190º 0.07% 0.99% -
XYZ 86.18 93.13 106.36 -
YUV 245.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 235 250 253 0.07 0.01 0 0.01 190 0.82 0.96
Hex EB FA FD 7 1 0 1 BE 52 60
Octal 353 372 375 7 1 0 1 276 122 140
Binary 11101011 11111010 11111101 111 1 0 1 10111110 1010010 1100000

Color Harmonies of #EBFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAFD

Black with #EBFAFD

Text Example


Text Example

White with #EBFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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