Html Css Color HEX #5ABCCA Viking

📋 copy color: '#5ABCCA'

red 90 ◦ green 188 ◦ blue 202

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

Shades of Viking #5ABCCA

Tints of Viking #5ABCCA

RGB

 RED value IS 90 (35.55% from 255) = 18.75%

 GREEN value IS 188 (73.83% from 255) = 39.17%

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

R = 18.75%
G = 39.17%
B = 42.08%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5ABCCA (or 0x5ABCCA) is known color: Viking. HEX triplet: 5A, BC and CA. RGB value is (90,188,202). Sum of RGB (Red+Green+Blue) = 90+188+202=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCCA is #A54335. Grayscale: #A0A0A0. Windows color (decimal): -10830646 or 13286490. OLE color: 13286490.

HSL color Cylindrical-coordinate representation of color #5ABCCA: hue angle of 187.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABCCA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 188 202 -
CMYK 0.55 0.07 0 0.21
HSL 187.5º 0.51% 0.57% -
HSV(B) 187.5º 0.55% 0.79% -
XYZ 32.86 42.4 62.33 -
YUV 160.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 90 188 202 0.55 0.07 0 0.21 187.5 0.51 0.57
Hex 5A BC CA 37 7 0 15 BC 33 39
Octal 132 274 312 67 7 0 25 274 63 71
Binary 1011010 10111100 11001010 110111 111 0 10101 10111100 110011 111001

Color Harmonies of #5ABCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCCA

Black with #5ABCCA

Text Example


Text Example

White with #5ABCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABCCA; }

 p { color: rgb(90,188,202); }

 H1.HeaderClassName
 {
   color: #5ABCCA;
 }
 .AnyTagClassName
 {
   color: #5ABCCA;
 }
</style>

background-color css

<style>
 a { background-color: #5ABCCA; }

 a { background-color: rgb(90,188,202); }

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

border-color css

<style>
 span { border-color: #5ABCCA; }

 span { border-color: rgb(90,188,202); }

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