Html Css Color HEX #55ACCF Viking

📋 copy color: '#55ACCF'

red 85 ◦ green 172 ◦ blue 207

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

Shades of Viking #55ACCF

Tints of Viking #55ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 18.32%
G = 37.07%
B = 44.61%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55ACCF (or 0x55ACCF) is known color: Viking. HEX triplet: 55, AC and CF. RGB value is (85,172,207). Sum of RGB (Red+Green+Blue) = 85+172+207=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #55ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACCF is #AA5330. Grayscale: #959595. Windows color (decimal): -11162417 or 13610069. OLE color: 13610069.

HSL color Cylindrical-coordinate representation of color #55ACCF: hue angle of 197.21º 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 #55ACCF is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 172 207 -
CMYK 0.59 0.17 0 0.19
HSL 197.21º 0.56% 0.57% -
HSV(B) 197.21º 0.59% 0.81% -
XYZ 29.76 35.94 64.4 -
YUV 149.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 85 172 207 0.59 0.17 0 0.19 197.21 0.56 0.57
Hex 55 AC CF 3B 11 0 13 C5 38 39
Octal 125 254 317 73 21 0 23 305 70 71
Binary 1010101 10101100 11001111 111011 10001 0 10011 11000101 111000 111001

Color Harmonies of #55ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACCF

Black with #55ACCF

Text Example


Text Example

White with #55ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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