Html Css Color HEX #55BECB Viking

📋 copy color: '#55BECB'

red 85 ◦ green 190 ◦ blue 203

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

Shades of Viking #55BECB

Tints of Viking #55BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.75%

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

R = 17.78%
G = 39.75%
B = 42.47%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55BECB (or 0x55BECB) is known color: Viking. HEX triplet: 55, BE and CB. RGB value is (85,190,203). Sum of RGB (Red+Green+Blue) = 85+190+203=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #55BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BECB is #AA4134. Grayscale: #9F9F9F. Windows color (decimal): -11157813 or 13352533. OLE color: 13352533.

HSL color Cylindrical-coordinate representation of color #55BECB: hue angle of 186.61º 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 #55BECB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 190 203 -
CMYK 0.58 0.06 0 0.20
HSL 186.61º 0.53% 0.56% -
HSV(B) 186.61º 0.58% 0.8% -
XYZ 32.94 43.07 63.08 -
YUV 160.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 85 190 203 0.58 0.06 0 0.20 186.61 0.53 0.56
Hex 55 BE CB 3A 6 0 14 BB 35 38
Octal 125 276 313 72 6 0 24 273 65 70
Binary 1010101 10111110 11001011 111010 110 0 10100 10111011 110101 111000

Color Harmonies of #55BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BECB

Black with #55BECB

Text Example


Text Example

White with #55BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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