Html Css Color HEX #55BACF Viking

📋 copy color: '#55BACF'

red 85 ◦ green 186 ◦ blue 207

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

Shades of Viking #55BACF

Tints of Viking #55BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 17.78%
G = 38.91%
B = 43.31%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55BACF (or 0x55BACF) is known color: Viking. HEX triplet: 55, BA and CF. RGB value is (85,186,207). Sum of RGB (Red+Green+Blue) = 85+186+207=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #55BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BACF is #AA4530. Grayscale: #9E9E9E. Windows color (decimal): -11158833 or 13613653. OLE color: 13613653.

HSL color Cylindrical-coordinate representation of color #55BACF: hue angle of 190.33º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BACF is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 186 207 -
CMYK 0.59 0.10 0 0.19
HSL 190.33º 0.56% 0.57% -
HSV(B) 190.33º 0.59% 0.81% -
XYZ 32.57 41.55 65.34 -
YUV 158.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 85 186 207 0.59 0.10 0 0.19 190.33 0.56 0.57
Hex 55 BA CF 3B A 0 13 BE 38 39
Octal 125 272 317 73 12 0 23 276 70 71
Binary 1010101 10111010 11001111 111011 1010 0 10011 10111110 111000 111001

Color Harmonies of #55BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BACF

Black with #55BACF

Text Example


Text Example

White with #55BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,207); }

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

background-color css

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

 a { background-color: rgb(85,186,207); }

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

border-color css

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

 span { border-color: rgb(85,186,207); }

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