#5FAECB

Color #5FAECB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5FAECB

Tints of Picton Blue #5FAECB

Color information

#5FAECB (or 0x5FAECB) is unknown color: approx Picton Blue. HEX triplet: 5F, AE and CB. RGB value is (95,174,203). Sum of RGB (Red+Green+Blue) = 95+174+203=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #5FAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAECB is #A05134. Grayscale: #999999. Windows color (decimal): -10506549 or 13348447. OLE color: 13348447.

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

Color convert

RGB95174203-
CMYK0.530.1400.20
HSL196.11º50.94%58.43%-
HSV(B)196.11º53.2%79.61%-
XYZ30.6337.0262.03-
YUV153.68155.8386.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.13%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=20.13%
G=36.86%
B=43.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951742030.530.1400.20196.1150.9458.43
Hex5FAECB35E014c4333a
Octal13725631365160243046372
Binary10111111010111011001011110101111001010011000100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,203); }

 H1.HeaderClassName
 {
   color: #5FAECB;
 }
 .AnyTagClassName
 {
   color: #5FAECB;
 }
</style>
background-color css

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

 a { background-color: rgb(95,174,203); }

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

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

 span { border-color: rgb(95,174,203); }

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