Html Css Color HEX #5BAECF Picton Blue

📋 copy color: '#5BAECF'

red 91 ◦ green 174 ◦ blue 207

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

Shades of Picton Blue #5BAECF

Tints of Picton Blue #5BAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 19.28%
G = 36.86%
B = 43.86%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BAECF (or 0x5BAECF) is known color: Picton Blue. HEX triplet: 5B, AE and CF. RGB value is (91,174,207). Sum of RGB (Red+Green+Blue) = 91+174+207=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAECF is #A45130. Grayscale: #989898. Windows color (decimal): -10768689 or 13610587. OLE color: 13610587.

HSL color Cylindrical-coordinate representation of color #5BAECF: hue angle of 197.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BAECF is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 174 207 -
CMYK 0.56 0.16 0 0.19
HSL 197.07º 0.55% 0.58% -
HSV(B) 197.07º 0.56% 0.81% -
XYZ 30.71 37 64.55 -
YUV 152.95 158.5 83.82 -
System Red Green Blue C M Y K H S L
Decimal 91 174 207 0.56 0.16 0 0.19 197.07 0.55 0.58
Hex 5B AE CF 38 10 0 13 C5 37 3A
Octal 133 256 317 70 20 0 23 305 67 72
Binary 1011011 10101110 11001111 111000 10000 0 10011 11000101 110111 111010

Color Harmonies of #5BAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAECF

Black with #5BAECF

Text Example


Text Example

White with #5BAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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