Html Css Color HEX #60BECB Viking

📋 copy color: '#60BECB'

red 96 ◦ green 190 ◦ blue 203

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

Shades of Viking #60BECB

Tints of Viking #60BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.85%

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

R = 19.63%
G = 38.85%
B = 41.51%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60BECB (or 0x60BECB) is known color: Viking. HEX triplet: 60, BE and CB. RGB value is (96,190,203). Sum of RGB (Red+Green+Blue) = 96+190+203=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #60BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BECB is #9F4134. Grayscale: #A3A3A3. Windows color (decimal): -10436917 or 13352544. OLE color: 13352544.

HSL color Cylindrical-coordinate representation of color #60BECB: hue angle of 187.29º 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 #60BECB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 190 203 -
CMYK 0.53 0.06 0 0.20
HSL 187.29º 0.51% 0.59% -
HSV(B) 187.29º 0.53% 0.8% -
XYZ 34.02 43.63 63.13 -
YUV 163.38 150.36 79.94 -
System Red Green Blue C M Y K H S L
Decimal 96 190 203 0.53 0.06 0 0.20 187.29 0.51 0.59
Hex 60 BE CB 35 6 0 14 BB 33 3B
Octal 140 276 313 65 6 0 24 273 63 73
Binary 1100000 10111110 11001011 110101 110 0 10100 10111011 110011 111011

Color Harmonies of #60BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BECB

Black with #60BECB

Text Example


Text Example

White with #60BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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