Html Css Color HEX #5ABFCC Viking

📋 copy color: '#5ABFCC'

red 90 ◦ green 191 ◦ blue 204

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

Shades of Viking #5ABFCC

Tints of Viking #5ABFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 18.56%
G = 39.38%
B = 42.06%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5ABFCC (or 0x5ABFCC) is known color: Viking. HEX triplet: 5A, BF and CC. RGB value is (90,191,204). Sum of RGB (Red+Green+Blue) = 90+191+204=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #5ABFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFCC is #A54033. Grayscale: #A2A2A2. Windows color (decimal): -10829876 or 13418330. OLE color: 13418330.

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

Color convert

RGB 90 191 204 -
CMYK 0.56 0.06 0 0.2
HSL 186.84º 0.53% 0.58% -
HSV(B) 186.84º 0.56% 0.8% -
XYZ 33.75 43.79 63.8 -
YUV 162.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 90 191 204 0.56 0.06 0 0.2 186.84 0.53 0.58
Hex 5A BF CC 38 6 0 14 BB 35 3A
Octal 132 277 314 70 6 0 24 273 65 72
Binary 1011010 10111111 11001100 111000 110 0 10100 10111011 110101 111010

Color Harmonies of #5ABFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFCC

Black with #5ABFCC

Text Example


Text Example

White with #5ABFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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