Html Css Color HEX #55BDD7 Viking

📋 copy color: '#55BDD7'

red 85 ◦ green 189 ◦ blue 215

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

Shades of Viking #55BDD7

Tints of Viking #55BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

 BLUE value IS 215 (84.38% from 255) = 43.97%

R = 17.38%
G = 38.65%
B = 43.97%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#55BDD7 (or 0x55BDD7) is known color: Viking. HEX triplet: 55, BD and D7. RGB value is (85,189,215). Sum of RGB (Red+Green+Blue) = 85+189+215=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #55BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDD7 is #AA4228. Grayscale: #A0A0A0. Windows color (decimal): -11158057 or 14138709. OLE color: 14138709.

HSL color Cylindrical-coordinate representation of color #55BDD7: hue angle of 192º degrees, saturation: 0.62, 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 #55BDD7 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 189 215 -
CMYK 0.60 0.12 0 0.16
HSL 192º 0.62% 0.59% -
HSV(B) 192º 0.6% 0.84% -
XYZ 34.21 43.23 70.83 -
YUV 160.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 85 189 215 0.60 0.12 0 0.16 192 0.62 0.59
Hex 55 BD D7 3C C 0 10 C0 3E 3B
Octal 125 275 327 74 14 0 20 300 76 73
Binary 1010101 10111101 11010111 111100 1100 0 10000 11000000 111110 111011

Color Harmonies of #55BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BDD7

Black with #55BDD7

Text Example


Text Example

White with #55BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,215); }

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

background-color css

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

 a { background-color: rgb(85,189,215); }

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

border-color css

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

 span { border-color: rgb(85,189,215); }

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