Html Css Color HEX #5ABBCA Viking

📋 copy color: '#5ABBCA'

red 90 ◦ green 187 ◦ blue 202

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

Shades of Viking #5ABBCA

Tints of Viking #5ABBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

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

R = 18.79%
G = 39.04%
B = 42.17%

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

#5ABBCA (or 0x5ABBCA) is known color: Viking. HEX triplet: 5A, BB and CA. RGB value is (90,187,202). Sum of RGB (Red+Green+Blue) = 90+187+202=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBCA is #A54435. Grayscale: #9F9F9F. Windows color (decimal): -10830902 or 13286234. OLE color: 13286234.

HSL color Cylindrical-coordinate representation of color #5ABBCA: hue angle of 188.04º 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 #5ABBCA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 187 202 -
CMYK 0.55 0.07 0 0.21
HSL 188.04º 0.51% 0.57% -
HSV(B) 188.04º 0.55% 0.79% -
XYZ 32.65 41.98 62.26 -
YUV 159.71 151.86 78.28 -
System Red Green Blue C M Y K H S L
Decimal 90 187 202 0.55 0.07 0 0.21 188.04 0.51 0.57
Hex 5A BB CA 37 7 0 15 BC 33 39
Octal 132 273 312 67 7 0 25 274 63 71
Binary 1011010 10111011 11001010 110111 111 0 10101 10111100 110011 111001

Color Harmonies of #5ABBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBCA

Black with #5ABBCA

Text Example


Text Example

White with #5ABBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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