Html Css Color HEX #68AACB Picton Blue

📋 copy color: '#68AACB'

red 104 ◦ green 170 ◦ blue 203

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

Shades of Picton Blue #68AACB

Tints of Picton Blue #68AACB

RGB

 RED value IS 104 (41.02% from 255) = 21.8%

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

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

R = 21.8%
G = 35.64%
B = 42.56%

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

#68AACB (or 0x68AACB) is known color: Picton Blue. HEX triplet: 68, AA and CB. RGB value is (104,170,203). Sum of RGB (Red+Green+Blue) = 104+170+203=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #68AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AACB is #975534. Grayscale: #999999. Windows color (decimal): -9917749 or 13347432. OLE color: 13347432.

HSL color Cylindrical-coordinate representation of color #68AACB: hue angle of 200º 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 #68AACB is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 170 203 -
CMYK 0.49 0.16 0 0.20
HSL 200º 0.49% 0.6% -
HSV(B) 200º 0.49% 0.8% -
XYZ 30.86 36 61.82 -
YUV 154.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 104 170 203 0.49 0.16 0 0.20 200 0.49 0.6
Hex 68 AA CB 31 10 0 14 C8 31 3C
Octal 150 252 313 61 20 0 24 310 61 74
Binary 1101000 10101010 11001011 110001 10000 0 10100 11001000 110001 111100

Color Harmonies of #68AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AACB

Black with #68AACB

Text Example


Text Example

White with #68AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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