Html Css Color HEX #60AFCB Viking

📋 copy color: '#60AFCB'

red 96 ◦ green 175 ◦ blue 203

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

Shades of Viking #60AFCB

Tints of Viking #60AFCB

RGB

 RED value IS 96 (37.89% from 255) = 20.25%

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

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

R = 20.25%
G = 36.92%
B = 42.83%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60AFCB (or 0x60AFCB) is known color: Viking. HEX triplet: 60, AF and CB. RGB value is (96,175,203). Sum of RGB (Red+Green+Blue) = 96+175+203=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #60AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFCB is #9F5034. Grayscale: #9A9A9A. Windows color (decimal): -10440757 or 13348704. OLE color: 13348704.

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

Color convert

RGB 96 175 203 -
CMYK 0.53 0.14 0 0.20
HSL 195.7º 0.51% 0.59% -
HSV(B) 195.7º 0.53% 0.8% -
XYZ 30.93 37.46 62.1 -
YUV 154.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 96 175 203 0.53 0.14 0 0.20 195.7 0.51 0.59
Hex 60 AF CB 35 E 0 14 C4 33 3B
Octal 140 257 313 65 16 0 24 304 63 73
Binary 1100000 10101111 11001011 110101 1110 0 10100 11000100 110011 111011

Color Harmonies of #60AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFCB

Black with #60AFCB

Text Example


Text Example

White with #60AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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