Html Css Color HEX #69AACB Picton Blue

📋 copy color: '#69AACB'

red 105 ◦ green 170 ◦ blue 203

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

Shades of Picton Blue #69AACB

Tints of Picton Blue #69AACB

RGB

 RED value IS 105 (41.41% from 255) = 21.97%

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

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

R = 21.97%
G = 35.56%
B = 42.47%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69AACB (or 0x69AACB) is known color: Picton Blue. HEX triplet: 69, AA and CB. RGB value is (105,170,203). Sum of RGB (Red+Green+Blue) = 105+170+203=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #69AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AACB is #965534. Grayscale: #9A9A9A. Windows color (decimal): -9852213 or 13347433. OLE color: 13347433.

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

Color convert

RGB 105 170 203 -
CMYK 0.48 0.16 0 0.20
HSL 200.2º 0.49% 0.6% -
HSV(B) 200.2º 0.48% 0.8% -
XYZ 30.98 36.06 61.83 -
YUV 154.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 105 170 203 0.48 0.16 0 0.20 200.2 0.49 0.6
Hex 69 AA CB 30 10 0 14 C8 31 3C
Octal 151 252 313 60 20 0 24 310 61 74
Binary 1101001 10101010 11001011 110000 10000 0 10100 11001000 110001 111100

Color Harmonies of #69AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AACB

Black with #69AACB

Text Example


Text Example

White with #69AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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