Html Css Color HEX #55AFCA Viking

📋 copy color: '#55AFCA'

red 85 ◦ green 175 ◦ blue 202

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

Shades of Viking #55AFCA

Tints of Viking #55AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 18.4%
G = 37.88%
B = 43.72%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#55AFCA (or 0x55AFCA) is known color: Viking. HEX triplet: 55, AF and CA. RGB value is (85,175,202). Sum of RGB (Red+Green+Blue) = 85+175+202=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #55AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFCA is #AA5035. Grayscale: #969696. Windows color (decimal): -11161654 or 13283157. OLE color: 13283157.

HSL color Cylindrical-coordinate representation of color #55AFCA: hue angle of 193.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55AFCA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 175 202 -
CMYK 0.58 0.13 0 0.21
HSL 193.85º 0.52% 0.56% -
HSV(B) 193.85º 0.58% 0.79% -
XYZ 29.74 36.86 61.42 -
YUV 151.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 85 175 202 0.58 0.13 0 0.21 193.85 0.52 0.56
Hex 55 AF CA 3A D 0 15 C2 34 38
Octal 125 257 312 72 15 0 25 302 64 70
Binary 1010101 10101111 11001010 111010 1101 0 10101 11000010 110100 111000

Color Harmonies of #55AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFCA

Black with #55AFCA

Text Example


Text Example

White with #55AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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