Html Css Color HEX #5AACCF Picton Blue

📋 copy color: '#5AACCF'

red 90 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #5AACCF

Tints of Picton Blue #5AACCF

RGB

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

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

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

R = 19.19%
G = 36.67%
B = 44.14%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5AACCF (or 0x5AACCF) is known color: Picton Blue. HEX triplet: 5A, AC and CF. RGB value is (90,172,207). Sum of RGB (Red+Green+Blue) = 90+172+207=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #5AACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACCF is #A55330. Grayscale: #979797. Windows color (decimal): -10834737 or 13610074. OLE color: 13610074.

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

Color convert

RGB 90 172 207 -
CMYK 0.57 0.17 0 0.19
HSL 197.95º 0.55% 0.58% -
HSV(B) 197.95º 0.57% 0.81% -
XYZ 30.23 36.18 64.42 -
YUV 151.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 90 172 207 0.57 0.17 0 0.19 197.95 0.55 0.58
Hex 5A AC CF 39 11 0 13 C6 37 3A
Octal 132 254 317 71 21 0 23 306 67 72
Binary 1011010 10101100 11001111 111001 10001 0 10011 11000110 110111 111010

Color Harmonies of #5AACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACCF

Black with #5AACCF

Text Example


Text Example

White with #5AACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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