Html Css Color HEX #55BCCD Viking

📋 copy color: '#55BCCD'

red 85 ◦ green 188 ◦ blue 205

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

Shades of Viking #55BCCD

Tints of Viking #55BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 17.78%
G = 39.33%
B = 42.89%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55BCCD (or 0x55BCCD) is known color: Viking. HEX triplet: 55, BC and CD. RGB value is (85,188,205). Sum of RGB (Red+Green+Blue) = 85+188+205=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #55BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCCD is #AA4332. Grayscale: #9E9E9E. Windows color (decimal): -11158323 or 13483093. OLE color: 13483093.

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

Color convert

RGB 85 188 205 -
CMYK 0.59 0.08 0 0.20
HSL 188.5º 0.55% 0.57% -
HSV(B) 188.5º 0.59% 0.8% -
XYZ 32.75 42.31 64.2 -
YUV 159.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 85 188 205 0.59 0.08 0 0.20 188.5 0.55 0.57
Hex 55 BC CD 3B 8 0 14 BC 37 39
Octal 125 274 315 73 10 0 24 274 67 71
Binary 1010101 10111100 11001101 111011 1000 0 10100 10111100 110111 111001

Color Harmonies of #55BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCCD

Black with #55BCCD

Text Example


Text Example

White with #55BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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