Html Css Color HEX #EBFBFC Azure

📋 copy color: '#EBFBFC'

red 235 ◦ green 251 ◦ blue 252

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

Shades of Azure #EBFBFC

Tints of Azure #EBFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.01%

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

R = 31.84%
G = 34.01%
B = 34.15%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBFBFC (or 0xEBFBFC) is known color: Azure. HEX triplet: EB, FB and FC. RGB value is (235,251,252). Sum of RGB (Red+Green+Blue) = 235+251+252=738 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.84% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBFC is #140403. Grayscale: #F6F6F6. Windows color (decimal): -1311748 or 16579563. OLE color: 16579563.

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

Color convert

RGB 235 251 252 -
CMYK 0.07 0.00 0 0.01
HSL 183.53º 0.74% 0.95% -
HSV(B) 183.53º 0.07% 0.99% -
XYZ 86.33 93.68 105.63 -
YUV 246.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 235 251 252 0.07 0.00 0 0.01 183.53 0.74 0.95
Hex EB FB FC 7 0 0 1 B8 4A 5F
Octal 353 373 374 7 0 0 1 270 112 137
Binary 11101011 11111011 11111100 111 0 0 1 10111000 1001010 1011111

Color Harmonies of #EBFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFBFC

Black with #EBFBFC

Text Example


Text Example

White with #EBFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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