Html Css Color HEX #55AEBC Viking

📋 copy color: '#55AEBC'

red 85 ◦ green 174 ◦ blue 188

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

Shades of Viking #55AEBC

Tints of Viking #55AEBC

RGB

 RED value IS 85 (33.59% from 255) = 19.02%

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 19.02%
G = 38.93%
B = 42.06%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55AEBC (or 0x55AEBC) is known color: Viking. HEX triplet: 55, AE and BC. RGB value is (85,174,188). Sum of RGB (Red+Green+Blue) = 85+174+188=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #55AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEBC is #AA5143. Grayscale: #949494. Windows color (decimal): -11161924 or 12365397. OLE color: 12365397.

HSL color Cylindrical-coordinate representation of color #55AEBC: hue angle of 188.16º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AEBC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 174 188 -
CMYK 0.55 0.07 0 0.26
HSL 188.16º 0.43% 0.54% -
HSV(B) 188.16º 0.55% 0.74% -
XYZ 27.96 35.83 53.02 -
YUV 148.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 85 174 188 0.55 0.07 0 0.26 188.16 0.43 0.54
Hex 55 AE BC 37 7 0 1A BC 2B 36
Octal 125 256 274 67 7 0 32 274 53 66
Binary 1010101 10101110 10111100 110111 111 0 11010 10111100 101011 110110

Color Harmonies of #55AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AEBC

Black with #55AEBC

Text Example


Text Example

White with #55AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AEBC; }

 p { color: rgb(85,174,188); }

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

background-color css

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

 a { background-color: rgb(85,174,188); }

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

border-color css

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

 span { border-color: rgb(85,174,188); }

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