Html Css Color HEX #55B7D8 Viking

📋 copy color: '#55B7D8'

red 85 ◦ green 183 ◦ blue 216

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

Shades of Viking #55B7D8

Tints of Viking #55B7D8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 17.56%
G = 37.81%
B = 44.63%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55B7D8 (or 0x55B7D8) is known color: Viking. HEX triplet: 55, B7 and D8. RGB value is (85,183,216). Sum of RGB (Red+Green+Blue) = 85+183+216=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #55B7D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B7D8 is #AA4827. Grayscale: #9D9D9D. Windows color (decimal): -11159592 or 14202709. OLE color: 14202709.

HSL color Cylindrical-coordinate representation of color #55B7D8: hue angle of 195.11º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55B7D8 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 183 216 -
CMYK 0.61 0.15 0 0.15
HSL 195.11º 0.63% 0.59% -
HSV(B) 195.11º 0.61% 0.85% -
XYZ 33.07 40.76 71.09 -
YUV 157.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 85 183 216 0.61 0.15 0 0.15 195.11 0.63 0.59
Hex 55 B7 D8 3D F 0 F C3 3F 3B
Octal 125 267 330 75 17 0 17 303 77 73
Binary 1010101 10110111 11011000 111101 1111 0 1111 11000011 111111 111011

Color Harmonies of #55B7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B7D8

Black with #55B7D8

Text Example


Text Example

White with #55B7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,183,216); }

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

background-color css

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

 a { background-color: rgb(85,183,216); }

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

border-color css

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

 span { border-color: rgb(85,183,216); }

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