Html Css Color HEX #56AEBA Fountain Blue

📋 copy color: '#56AEBA'

red 86 ◦ green 174 ◦ blue 186

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

Shades of Fountain Blue #56AEBA

Tints of Fountain Blue #56AEBA

RGB

 RED value IS 86 (33.98% from 255) = 19.28%

 GREEN value IS 174 (68.36% from 255) = 39.01%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 19.28%
G = 39.01%
B = 41.7%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#56AEBA (or 0x56AEBA) is known color: Fountain Blue. HEX triplet: 56, AE and BA. RGB value is (86,174,186). Sum of RGB (Red+Green+Blue) = 86+174+186=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #56AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AEBA is #A95145. Grayscale: #949494. Windows color (decimal): -11096390 or 12234326. OLE color: 12234326.

HSL color Cylindrical-coordinate representation of color #56AEBA: hue angle of 187.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56AEBA is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 174 186 -
CMYK 0.54 0.06 0 0.27
HSL 187.2º 0.42% 0.53% -
HSV(B) 187.2º 0.54% 0.73% -
XYZ 27.84 35.8 51.9 -
YUV 149.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 86 174 186 0.54 0.06 0 0.27 187.2 0.42 0.53
Hex 56 AE BA 36 6 0 1B BB 2A 35
Octal 126 256 272 66 6 0 33 273 52 65
Binary 1010110 10101110 10111010 110110 110 0 11011 10111011 101010 110101

Color Harmonies of #56AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AEBA

Black with #56AEBA

Text Example


Text Example

White with #56AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AEBA; }

 p { color: rgb(86,174,186); }

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

background-color css

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

 a { background-color: rgb(86,174,186); }

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

border-color css

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

 span { border-color: rgb(86,174,186); }

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