Html Css Color HEX #55BED6 Viking

📋 copy color: '#55BED6'

red 85 ◦ green 190 ◦ blue 214

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

Shades of Viking #55BED6

Tints of Viking #55BED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 17.38%
G = 38.85%
B = 43.76%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#55BED6 (or 0x55BED6) is known color: Viking. HEX triplet: 55, BE and D6. RGB value is (85,190,214). Sum of RGB (Red+Green+Blue) = 85+190+214=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #55BED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BED6 is #AA4129. Grayscale: #A1A1A1. Windows color (decimal): -11157802 or 14073429. OLE color: 14073429.

HSL color Cylindrical-coordinate representation of color #55BED6: hue angle of 191.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55BED6 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 190 214 -
CMYK 0.60 0.11 0 0.16
HSL 191.16º 0.61% 0.59% -
HSV(B) 191.16º 0.6% 0.84% -
XYZ 34.3 43.61 70.23 -
YUV 161.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 85 190 214 0.60 0.11 0 0.16 191.16 0.61 0.59
Hex 55 BE D6 3C B 0 10 BF 3D 3B
Octal 125 276 326 74 13 0 20 277 75 73
Binary 1010101 10111110 11010110 111100 1011 0 10000 10111111 111101 111011

Color Harmonies of #55BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BED6

Black with #55BED6

Text Example


Text Example

White with #55BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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