#67AAC8

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

Shades of Picton Blue #67AAC8

Tints of Picton Blue #67AAC8

Color information

#67AAC8 (or 0x67AAC8) is unknown color: approx Picton Blue. HEX triplet: 67, AA and C8. RGB value is (103,170,200). Sum of RGB (Red+Green+Blue) = 103+170+200=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #67AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AAC8 is #985537. Grayscale: #999999. Windows color (decimal): -9983288 or 13150823. OLE color: 13150823.

HSL color Cylindrical-coordinate representation of color #67AAC8: hue angle of 198.56º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67AAC8 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB103170200-
CMYK0.480.1500.22
HSL198.56º46.86%59.41%-
HSV(B)198.56º48.5%78.43%-
XYZ30.3935.859.95-
YUV153.39154.392.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.78%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=21.78%
G=35.94%
B=42.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031702000.480.1500.22198.5646.8659.41
Hex67AAC830F016c72f3b
Octal14725231060170263075773
Binary11001111010101011001000110000111101011011000111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,170,200); }

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

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

 a { background-color: rgb(103,170,200); }

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

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

 span { border-color: rgb(103,170,200); }

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