Html Css Color HEX #55AFD0 Viking

📋 copy color: '#55AFD0'

red 85 ◦ green 175 ◦ blue 208

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

Shades of Viking #55AFD0

Tints of Viking #55AFD0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.39%

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 18.16%
G = 37.39%
B = 44.44%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55AFD0 (or 0x55AFD0) is known color: Viking. HEX triplet: 55, AF and D0. RGB value is (85,175,208). Sum of RGB (Red+Green+Blue) = 85+175+208=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #55AFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFD0 is #AA502F. Grayscale: #979797. Windows color (decimal): -11161648 or 13676373. OLE color: 13676373.

HSL color Cylindrical-coordinate representation of color #55AFD0: hue angle of 196.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55AFD0 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 175 208 -
CMYK 0.59 0.16 0 0.18
HSL 196.1º 0.57% 0.57% -
HSV(B) 196.1º 0.59% 0.82% -
XYZ 30.46 37.15 65.24 -
YUV 151.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 85 175 208 0.59 0.16 0 0.18 196.1 0.57 0.57
Hex 55 AF D0 3B 10 0 12 C4 39 39
Octal 125 257 320 73 20 0 22 304 71 71
Binary 1010101 10101111 11010000 111011 10000 0 10010 11000100 111001 111001

Color Harmonies of #55AFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFD0

Black with #55AFD0

Text Example


Text Example

White with #55AFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,175,208); }

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

background-color css

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

 a { background-color: rgb(85,175,208); }

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

border-color css

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

 span { border-color: rgb(85,175,208); }

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