Html Css Color HEX #55BACE Viking

📋 copy color: '#55BACE'

red 85 ◦ green 186 ◦ blue 206

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

Shades of Viking #55BACE

Tints of Viking #55BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 17.82%
G = 38.99%
B = 43.19%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55BACE (or 0x55BACE) is known color: Viking. HEX triplet: 55, BA and CE. RGB value is (85,186,206). Sum of RGB (Red+Green+Blue) = 85+186+206=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #55BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BACE is #AA4531. Grayscale: #9D9D9D. Windows color (decimal): -11158834 or 13548117. OLE color: 13548117.

HSL color Cylindrical-coordinate representation of color #55BACE: hue angle of 189.92º 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 #55BACE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 186 206 -
CMYK 0.59 0.10 0 0.19
HSL 189.92º 0.55% 0.57% -
HSV(B) 189.92º 0.59% 0.81% -
XYZ 32.45 41.51 64.69 -
YUV 158.08 155.04 75.87 -
System Red Green Blue C M Y K H S L
Decimal 85 186 206 0.59 0.10 0 0.19 189.92 0.55 0.57
Hex 55 BA CE 3B A 0 13 BE 37 39
Octal 125 272 316 73 12 0 23 276 67 71
Binary 1010101 10111010 11001110 111011 1010 0 10011 10111110 110111 111001

Color Harmonies of #55BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BACE

Black with #55BACE

Text Example


Text Example

White with #55BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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