Html Css Color HEX #55AFCF Viking

📋 copy color: '#55AFCF'

red 85 ◦ green 175 ◦ blue 207

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

Shades of Viking #55AFCF

Tints of Viking #55AFCF

RGB

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

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

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

R = 18.2%
G = 37.47%
B = 44.33%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55AFCF (or 0x55AFCF) is known color: Viking. HEX triplet: 55, AF and CF. RGB value is (85,175,207). Sum of RGB (Red+Green+Blue) = 85+175+207=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #55AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFCF is #AA5030. Grayscale: #979797. Windows color (decimal): -11161649 or 13610837. OLE color: 13610837.

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

Color convert

RGB 85 175 207 -
CMYK 0.59 0.15 0 0.19
HSL 195.74º 0.56% 0.57% -
HSV(B) 195.74º 0.59% 0.81% -
XYZ 30.34 37.1 64.59 -
YUV 151.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 85 175 207 0.59 0.15 0 0.19 195.74 0.56 0.57
Hex 55 AF CF 3B F 0 13 C4 38 39
Octal 125 257 317 73 17 0 23 304 70 71
Binary 1010101 10101111 11001111 111011 1111 0 10011 11000100 111000 111001

Color Harmonies of #55AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFCF

Black with #55AFCF

Text Example


Text Example

White with #55AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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