Html Css Color HEX #55ABCE Viking

📋 copy color: '#55ABCE'

red 85 ◦ green 171 ◦ blue 206

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

Shades of Viking #55ABCE

Tints of Viking #55ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 18.4%
G = 37.01%
B = 44.59%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55ABCE (or 0x55ABCE) is known color: Viking. HEX triplet: 55, AB and CE. RGB value is (85,171,206). Sum of RGB (Red+Green+Blue) = 85+171+206=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #55ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABCE is #AA5431. Grayscale: #959595. Windows color (decimal): -11162674 or 13544277. OLE color: 13544277.

HSL color Cylindrical-coordinate representation of color #55ABCE: hue angle of 197.36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55ABCE is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 171 206 -
CMYK 0.59 0.17 0 0.19
HSL 197.36º 0.55% 0.57% -
HSV(B) 197.36º 0.59% 0.81% -
XYZ 29.45 35.51 63.7 -
YUV 149.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 85 171 206 0.59 0.17 0 0.19 197.36 0.55 0.57
Hex 55 AB CE 3B 11 0 13 C5 37 39
Octal 125 253 316 73 21 0 23 305 67 71
Binary 1010101 10101011 11001110 111011 10001 0 10011 11000101 110111 111001

Color Harmonies of #55ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABCE

Black with #55ABCE

Text Example


Text Example

White with #55ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,206); }

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

background-color css

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

 a { background-color: rgb(85,171,206); }

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

border-color css

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

 span { border-color: rgb(85,171,206); }

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