Html Css Color HEX #5BAECC Viking

📋 copy color: '#5BAECC'

red 91 ◦ green 174 ◦ blue 204

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

Shades of Viking #5BAECC

Tints of Viking #5BAECC

RGB

 RED value IS 91 (35.94% from 255) = 19.4%

 GREEN value IS 174 (68.36% from 255) = 37.1%

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

R = 19.4%
G = 37.1%
B = 43.5%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5BAECC (or 0x5BAECC) is known color: Viking. HEX triplet: 5B, AE and CC. RGB value is (91,174,204). Sum of RGB (Red+Green+Blue) = 91+174+204=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAECC is #A45133. Grayscale: #989898. Windows color (decimal): -10768692 or 13413979. OLE color: 13413979.

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

Color convert

RGB 91 174 204 -
CMYK 0.55 0.15 0 0.2
HSL 195.93º 0.53% 0.58% -
HSV(B) 195.93º 0.55% 0.8% -
XYZ 30.35 36.86 62.64 -
YUV 152.6 157 84.06 -
System Red Green Blue C M Y K H S L
Decimal 91 174 204 0.55 0.15 0 0.2 195.93 0.53 0.58
Hex 5B AE CC 37 F 0 14 C4 35 3A
Octal 133 256 314 67 17 0 24 304 65 72
Binary 1011011 10101110 11001100 110111 1111 0 10100 11000100 110101 111010

Color Harmonies of #5BAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAECC

Black with #5BAECC

Text Example


Text Example

White with #5BAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,174,204); }

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

background-color css

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

 a { background-color: rgb(91,174,204); }

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

border-color css

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

 span { border-color: rgb(91,174,204); }

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