Html Css Color HEX #55AECE Viking

📋 copy color: '#55AECE'

red 85 ◦ green 174 ◦ blue 206

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

Shades of Viking #55AECE

Tints of Viking #55AECE

RGB

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

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

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

R = 18.28%
G = 37.42%
B = 44.3%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55AECE (or 0x55AECE) is known color: Viking. HEX triplet: 55, AE and CE. RGB value is (85,174,206). Sum of RGB (Red+Green+Blue) = 85+174+206=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #55AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AECE is #AA5131. Grayscale: #969696. Windows color (decimal): -11161906 or 13545045. OLE color: 13545045.

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

Color convert

RGB 85 174 206 -
CMYK 0.59 0.16 0 0.19
HSL 195.87º 0.55% 0.57% -
HSV(B) 195.87º 0.59% 0.81% -
XYZ 30.02 36.66 63.89 -
YUV 151.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 85 174 206 0.59 0.16 0 0.19 195.87 0.55 0.57
Hex 55 AE CE 3B 10 0 13 C4 37 39
Octal 125 256 316 73 20 0 23 304 67 71
Binary 1010101 10101110 11001110 111011 10000 0 10011 11000100 110111 111001

Color Harmonies of #55AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AECE

Black with #55AECE

Text Example


Text Example

White with #55AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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