Html Css Color HEX #EBFCFF Azure

📋 copy color: '#EBFCFF'

red 235 ◦ green 252 ◦ blue 255

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

Shades of Azure #EBFCFF

Tints of Azure #EBFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.96%

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

R = 31.67%
G = 33.96%
B = 34.37%

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

#EBFCFF (or 0xEBFCFF) is known color: Azure. HEX triplet: EB, FC and FF. RGB value is (235,252,255). Sum of RGB (Red+Green+Blue) = 235+252+255=742 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.67% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFF is #140300. Grayscale: #F7F7F7. Windows color (decimal): -1311489 or 16776427. OLE color: 16776427.

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

Color convert

RGB 235 252 255 -
CMYK 0.08 0.01 0 0
HSL 189º 1% 0.96% -
HSV(B) 189º 0.08% 1% -
XYZ 87.12 94.5 108.26 -
YUV 247.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 235 252 255 0.08 0.01 0 0 189 1 0.96
Hex EB FC FF 8 1 0 0 BD 64 60
Octal 353 374 377 10 1 0 0 275 144 140
Binary 11101011 11111100 11111111 1000 1 0 0 10111101 1100100 1100000

Color Harmonies of #EBFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFCFF

Black with #EBFCFF

Text Example


Text Example

White with #EBFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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