Html Css Color HEX #EBFDFF Azure

📋 copy color: '#EBFDFF'

red 235 ◦ green 253 ◦ blue 255

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

Shades of Azure #EBFDFF

Tints of Azure #EBFDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.32%

R = 31.63%
G = 34.05%
B = 34.32%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBFDFF (or 0xEBFDFF) is known color: Azure. HEX triplet: EB, FD and FF. RGB value is (235,253,255). Sum of RGB (Red+Green+Blue) = 235+253+255=743 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.63% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDFF is #140200. Grayscale: #F7F7F7. Windows color (decimal): -1311233 or 16776683. OLE color: 16776683.

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

Color convert

RGB 235 253 255 -
CMYK 0.08 0.01 0 0
HSL 186º 1% 0.96% -
HSV(B) 186º 0.08% 1% -
XYZ 87.44 95.13 108.36 -
YUV 247.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 235 253 255 0.08 0.01 0 0 186 1 0.96
Hex EB FD FF 8 1 0 0 BA 64 60
Octal 353 375 377 10 1 0 0 272 144 140
Binary 11101011 11111101 11111111 1000 1 0 0 10111010 1100100 1100000

Color Harmonies of #EBFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDFF

Black with #EBFDFF

Text Example


Text Example

White with #EBFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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