Html Css Color HEX #55BCCB Viking

📋 copy color: '#55BCCB'

red 85 ◦ green 188 ◦ blue 203

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

Shades of Viking #55BCCB

Tints of Viking #55BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 17.86%
G = 39.5%
B = 42.65%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55BCCB (or 0x55BCCB) is known color: Viking. HEX triplet: 55, BC and CB. RGB value is (85,188,203). Sum of RGB (Red+Green+Blue) = 85+188+203=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #55BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCCB is #AA4334. Grayscale: #9E9E9E. Windows color (decimal): -11158325 or 13352021. OLE color: 13352021.

HSL color Cylindrical-coordinate representation of color #55BCCB: hue angle of 187.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BCCB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 188 203 -
CMYK 0.58 0.07 0 0.20
HSL 187.63º 0.53% 0.56% -
HSV(B) 187.63º 0.58% 0.8% -
XYZ 32.51 42.21 62.93 -
YUV 158.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 85 188 203 0.58 0.07 0 0.20 187.63 0.53 0.56
Hex 55 BC CB 3A 7 0 14 BC 35 38
Octal 125 274 313 72 7 0 24 274 65 70
Binary 1010101 10111100 11001011 111010 111 0 10100 10111100 110101 111000

Color Harmonies of #55BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCCB

Black with #55BCCB

Text Example


Text Example

White with #55BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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