Html Css Color HEX #5ABACC Viking

📋 copy color: '#5ABACC'

red 90 ◦ green 186 ◦ blue 204

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

Shades of Viking #5ABACC

Tints of Viking #5ABACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.75%

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

R = 18.75%
G = 38.75%
B = 42.5%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5ABACC (or 0x5ABACC) is known color: Viking. HEX triplet: 5A, BA and CC. RGB value is (90,186,204). Sum of RGB (Red+Green+Blue) = 90+186+204=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #5ABACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABACC is #A54533. Grayscale: #9F9F9F. Windows color (decimal): -10831156 or 13417050. OLE color: 13417050.

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

Color convert

RGB 90 186 204 -
CMYK 0.56 0.09 0 0.2
HSL 189.47º 0.53% 0.58% -
HSV(B) 189.47º 0.56% 0.8% -
XYZ 32.67 41.65 63.44 -
YUV 159.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 90 186 204 0.56 0.09 0 0.2 189.47 0.53 0.58
Hex 5A BA CC 38 9 0 14 BD 35 3A
Octal 132 272 314 70 11 0 24 275 65 72
Binary 1011010 10111010 11001100 111000 1001 0 10100 10111101 110101 111010

Color Harmonies of #5ABACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABACC

Black with #5ABACC

Text Example


Text Example

White with #5ABACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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