Html Css Color HEX #55BCCC Viking

📋 copy color: '#55BCCC'

red 85 ◦ green 188 ◦ blue 204

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

Shades of Viking #55BCCC

Tints of Viking #55BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 17.82%
G = 39.41%
B = 42.77%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#55BCCC (or 0x55BCCC) is known color: Viking. HEX triplet: 55, BC and CC. RGB value is (85,188,204). Sum of RGB (Red+Green+Blue) = 85+188+204=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #55BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCCC is #AA4333. Grayscale: #9E9E9E. Windows color (decimal): -11158324 or 13417557. OLE color: 13417557.

HSL color Cylindrical-coordinate representation of color #55BCCC: hue angle of 188.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BCCC is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 188 204 -
CMYK 0.58 0.08 0 0.2
HSL 188.07º 0.54% 0.57% -
HSV(B) 188.07º 0.58% 0.8% -
XYZ 32.63 42.26 63.56 -
YUV 159.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 85 188 204 0.58 0.08 0 0.2 188.07 0.54 0.57
Hex 55 BC CC 3A 8 0 14 BC 36 39
Octal 125 274 314 72 10 0 24 274 66 71
Binary 1010101 10111100 11001100 111010 1000 0 10100 10111100 110110 111001

Color Harmonies of #55BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCCC

Black with #55BCCC

Text Example


Text Example

White with #55BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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