Html Css Color HEX #EBFDFD Azure

📋 copy color: '#EBFDFD'

red 235 ◦ green 253 ◦ blue 253

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

Shades of Azure #EBFDFD

Tints of Azure #EBFDFD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.14%

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

R = 31.71%
G = 34.14%
B = 34.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBFDFD (or 0xEBFDFD) is known color: Azure. HEX triplet: EB, FD and FD. RGB value is (235,253,253). Sum of RGB (Red+Green+Blue) = 235+253+253=741 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.71% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EBFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDFD is #140202. Grayscale: #F7F7F7. Windows color (decimal): -1311235 or 16645611. OLE color: 16645611.

HSL color Cylindrical-coordinate representation of color #EBFDFD: hue angle of 180º 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 #EBFDFD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 253 253 -
CMYK 0.07 0 0 0.01
HSL 180º 0.82% 0.96% -
HSV(B) 180º 0.07% 0.99% -
XYZ 87.12 95 106.67 -
YUV 247.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 235 253 253 0.07 0 0 0.01 180 0.82 0.96
Hex EB FD FD 7 0 0 1 B4 52 60
Octal 353 375 375 7 0 0 1 264 122 140
Binary 11101011 11111101 11111101 111 0 0 1 10110100 1010010 1100000

Color Harmonies of #EBFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDFD

Black with #EBFDFD

Text Example


Text Example

White with #EBFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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