Html Css Color HEX #5BACCF Picton Blue

📋 copy color: '#5BACCF'

red 91 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #5BACCF

Tints of Picton Blue #5BACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 19.36%
G = 36.6%
B = 44.04%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5BACCF (or 0x5BACCF) is known color: Picton Blue. HEX triplet: 5B, AC and CF. RGB value is (91,172,207). Sum of RGB (Red+Green+Blue) = 91+172+207=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #5BACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACCF is #A45330. Grayscale: #979797. Windows color (decimal): -10769201 or 13610075. OLE color: 13610075.

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

Color convert

RGB 91 172 207 -
CMYK 0.56 0.17 0 0.19
HSL 198.1º 0.55% 0.58% -
HSV(B) 198.1º 0.56% 0.81% -
XYZ 30.33 36.23 64.43 -
YUV 151.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 91 172 207 0.56 0.17 0 0.19 198.1 0.55 0.58
Hex 5B AC CF 38 11 0 13 C6 37 3A
Octal 133 254 317 70 21 0 23 306 67 72
Binary 1011011 10101100 11001111 111000 10001 0 10011 11000110 110111 111010

Color Harmonies of #5BACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BACCF

Black with #5BACCF

Text Example


Text Example

White with #5BACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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