Html Css Color HEX #67AACB Picton Blue

📋 copy color: '#67AACB'

red 103 ◦ green 170 ◦ blue 203

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

Shades of Picton Blue #67AACB

Tints of Picton Blue #67AACB

RGB

 RED value IS 103 (40.63% from 255) = 21.64%

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 21.64%
G = 35.71%
B = 42.65%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67AACB (or 0x67AACB) is known color: Picton Blue. HEX triplet: 67, AA and CB. RGB value is (103,170,203). Sum of RGB (Red+Green+Blue) = 103+170+203=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #67AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AACB is #985534. Grayscale: #999999. Windows color (decimal): -9983285 or 13347431. OLE color: 13347431.

HSL color Cylindrical-coordinate representation of color #67AACB: hue angle of 199.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67AACB is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 170 203 -
CMYK 0.49 0.16 0 0.20
HSL 199.8º 0.49% 0.6% -
HSV(B) 199.8º 0.49% 0.8% -
XYZ 30.75 35.94 61.82 -
YUV 153.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 103 170 203 0.49 0.16 0 0.20 199.8 0.49 0.6
Hex 67 AA CB 31 10 0 14 C8 31 3C
Octal 147 252 313 61 20 0 24 310 61 74
Binary 1100111 10101010 11001011 110001 10000 0 10100 11001000 110001 111100

Color Harmonies of #67AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AACB

Black with #67AACB

Text Example


Text Example

White with #67AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67AACB;
 }
 .AnyTagClassName
 {
   color: #67AACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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