Html Css Color HEX #55BCC9 Viking

📋 copy color: '#55BCC9'

red 85 ◦ green 188 ◦ blue 201

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

Shades of Viking #55BCC9

Tints of Viking #55BCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 17.93%
G = 39.66%
B = 42.41%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#55BCC9 (or 0x55BCC9) is known color: Viking. HEX triplet: 55, BC and C9. RGB value is (85,188,201). Sum of RGB (Red+Green+Blue) = 85+188+201=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #55BCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCC9 is #AA4336. Grayscale: #9E9E9E. Windows color (decimal): -11158327 or 13220949. OLE color: 13220949.

HSL color Cylindrical-coordinate representation of color #55BCC9: hue angle of 186.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BCC9 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 188 201 -
CMYK 0.58 0.06 0 0.21
HSL 186.72º 0.52% 0.56% -
HSV(B) 186.72º 0.58% 0.79% -
XYZ 32.27 42.11 61.69 -
YUV 158.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 85 188 201 0.58 0.06 0 0.21 186.72 0.52 0.56
Hex 55 BC C9 3A 6 0 15 BB 34 38
Octal 125 274 311 72 6 0 25 273 64 70
Binary 1010101 10111100 11001001 111010 110 0 10101 10111011 110100 111000

Color Harmonies of #55BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCC9

Black with #55BCC9

Text Example


Text Example

White with #55BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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