Html Css Color HEX #5BAED1 Picton Blue

📋 copy color: '#5BAED1'

red 91 ◦ green 174 ◦ blue 209

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

Shades of Picton Blue #5BAED1

Tints of Picton Blue #5BAED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 19.2%
G = 36.71%
B = 44.09%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5BAED1 (or 0x5BAED1) is known color: Picton Blue. HEX triplet: 5B, AE and D1. RGB value is (91,174,209). Sum of RGB (Red+Green+Blue) = 91+174+209=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #5BAED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAED1 is #A4512E. Grayscale: #989898. Windows color (decimal): -10768687 or 13741659. OLE color: 13741659.

HSL color Cylindrical-coordinate representation of color #5BAED1: hue angle of 197.8º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BAED1 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 91 174 209 -
CMYK 0.56 0.17 0 0.18
HSL 197.8º 0.56% 0.59% -
HSV(B) 197.8º 0.56% 0.82% -
XYZ 30.96 37.1 65.85 -
YUV 153.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 91 174 209 0.56 0.17 0 0.18 197.8 0.56 0.59
Hex 5B AE D1 38 11 0 12 C6 38 3B
Octal 133 256 321 70 21 0 22 306 70 73
Binary 1011011 10101110 11010001 111000 10001 0 10010 11000110 111000 111011

Color Harmonies of #5BAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAED1

Black with #5BAED1

Text Example


Text Example

White with #5BAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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