Html Css Color HEX #5ABFCB Viking

📋 copy color: '#5ABFCB'

red 90 ◦ green 191 ◦ blue 203

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

Shades of Viking #5ABFCB

Tints of Viking #5ABFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

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

R = 18.6%
G = 39.46%
B = 41.94%

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

#5ABFCB (or 0x5ABFCB) is known color: Viking. HEX triplet: 5A, BF and CB. RGB value is (90,191,203). Sum of RGB (Red+Green+Blue) = 90+191+203=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #5ABFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFCB is #A54034. Grayscale: #A2A2A2. Windows color (decimal): -10829877 or 13352794. OLE color: 13352794.

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

Color convert

RGB 90 191 203 -
CMYK 0.56 0.06 0 0.20
HSL 186.37º 0.52% 0.57% -
HSV(B) 186.37º 0.56% 0.8% -
XYZ 33.63 43.75 63.17 -
YUV 162.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 90 191 203 0.56 0.06 0 0.20 186.37 0.52 0.57
Hex 5A BF CB 38 6 0 14 BA 34 39
Octal 132 277 313 70 6 0 24 272 64 71
Binary 1011010 10111111 11001011 111000 110 0 10100 10111010 110100 111001

Color Harmonies of #5ABFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFCB

Black with #5ABFCB

Text Example


Text Example

White with #5ABFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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