#67ABD5

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

Shades of Picton Blue #67ABD5

Tints of Picton Blue #67ABD5

Color information

#67ABD5 (or 0x67ABD5) is unknown color: approx Picton Blue. HEX triplet: 67, AB and D5. RGB value is (103,171,213). Sum of RGB (Red+Green+Blue) = 103+171+213=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #67ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABD5 is #98542A. Grayscale: #9B9B9B. Windows color (decimal): -9983019 or 14003047. OLE color: 14003047.

HSL color Cylindrical-coordinate representation of color #67ABD5: hue angle of 202.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67ABD5 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103171213-
CMYK0.520.2000.16
HSL202.91º56.7%61.96%-
HSV(B)202.91º51.64%83.53%-
XYZ32.1736.8168.36-
YUV155.46160.4790.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.15%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=21.15%
G=35.11%
B=43.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031712130.520.2000.16202.9156.761.96
Hex67ABD53414010cb393e
Octal14725332564240203137176
Binary110011110101011110101011101001010001000011001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67ABD5; }

 p { color: rgb(103,171,213); }

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

<style>
 a { background-color: #67ABD5; }

 a { background-color: rgb(103,171,213); }

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

<style>
 span { border-color: #67ABD5; }

 span { border-color: rgb(103,171,213); }

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