Html Css Color HEX #5ABECB Viking

📋 copy color: '#5ABECB'

red 90 ◦ green 190 ◦ blue 203

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

Shades of Viking #5ABECB

Tints of Viking #5ABECB

RGB

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

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

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

R = 18.63%
G = 39.34%
B = 42.03%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5ABECB (or 0x5ABECB) is known color: Viking. HEX triplet: 5A, BE and CB. RGB value is (90,190,203). Sum of RGB (Red+Green+Blue) = 90+190+203=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #5ABECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABECB is #A54134. Grayscale: #A1A1A1. Windows color (decimal): -10830133 or 13352538. OLE color: 13352538.

HSL color Cylindrical-coordinate representation of color #5ABECB: hue angle of 186.9º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABECB is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 190 203 -
CMYK 0.56 0.06 0 0.20
HSL 186.9º 0.52% 0.57% -
HSV(B) 186.9º 0.56% 0.8% -
XYZ 33.41 43.31 63.1 -
YUV 161.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 90 190 203 0.56 0.06 0 0.20 186.9 0.52 0.57
Hex 5A BE CB 38 6 0 14 BB 34 39
Octal 132 276 313 70 6 0 24 273 64 71
Binary 1011010 10111110 11001011 111000 110 0 10100 10111011 110100 111001

Color Harmonies of #5ABECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABECB

Black with #5ABECB

Text Example


Text Example

White with #5ABECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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