Html Css Color HEX #57AFCB Viking

📋 copy color: '#57AFCB'

red 87 ◦ green 175 ◦ blue 203

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

Shades of Viking #57AFCB

Tints of Viking #57AFCB

RGB

 RED value IS 87 (34.38% from 255) = 18.71%

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 18.71%
G = 37.63%
B = 43.66%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57AFCB (or 0x57AFCB) is known color: Viking. HEX triplet: 57, AF and CB. RGB value is (87,175,203). Sum of RGB (Red+Green+Blue) = 87+175+203=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #57AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFCB is #A85034. Grayscale: #979797. Windows color (decimal): -11030581 or 13348695. OLE color: 13348695.

HSL color Cylindrical-coordinate representation of color #57AFCB: hue angle of 194.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57AFCB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 175 203 -
CMYK 0.57 0.14 0 0.20
HSL 194.48º 0.53% 0.57% -
HSV(B) 194.48º 0.57% 0.8% -
XYZ 30.04 37 62.06 -
YUV 151.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 87 175 203 0.57 0.14 0 0.20 194.48 0.53 0.57
Hex 57 AF CB 39 E 0 14 C2 35 39
Octal 127 257 313 71 16 0 24 302 65 71
Binary 1010111 10101111 11001011 111001 1110 0 10100 11000010 110101 111001

Color Harmonies of #57AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFCB

Black with #57AFCB

Text Example


Text Example

White with #57AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AFCB; }

 p { color: rgb(87,175,203); }

 H1.HeaderClassName
 {
   color: #57AFCB;
 }
 .AnyTagClassName
 {
   color: #57AFCB;
 }
</style>

background-color css

<style>
 a { background-color: #57AFCB; }

 a { background-color: rgb(87,175,203); }

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

border-color css

<style>
 span { border-color: #57AFCB; }

 span { border-color: rgb(87,175,203); }

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