Html Css Color HEX #709ACB Picton Blue

📋 copy color: '#709ACB'

red 112 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #709ACB

Tints of Picton Blue #709ACB

RGB

 RED value IS 112 (44.14% from 255) = 23.88%

 GREEN value IS 154 (60.55% from 255) = 32.84%

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

R = 23.88%
G = 32.84%
B = 43.28%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#709ACB (or 0x709ACB) is known color: Picton Blue. HEX triplet: 70, 9A and CB. RGB value is (112,154,203). Sum of RGB (Red+Green+Blue) = 112+154+203=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #709ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ACB is #8F6534. Grayscale: #929292. Windows color (decimal): -9397557 or 13343344. OLE color: 13343344.

HSL color Cylindrical-coordinate representation of color #709ACB: hue angle of 212.31º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709ACB is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 154 203 -
CMYK 0.45 0.24 0 0.20
HSL 212.31º 0.47% 0.62% -
HSV(B) 212.31º 0.45% 0.8% -
XYZ 29.02 30.87 60.93 -
YUV 147.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 112 154 203 0.45 0.24 0 0.20 212.31 0.47 0.62
Hex 70 9A CB 2D 18 0 14 D4 2F 3E
Octal 160 232 313 55 30 0 24 324 57 76
Binary 1110000 10011010 11001011 101101 11000 0 10100 11010100 101111 111110

Color Harmonies of #709ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709ACB

Black with #709ACB

Text Example


Text Example

White with #709ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709ACB; }

 p { color: rgb(112,154,203); }

 H1.HeaderClassName
 {
   color: #709ACB;
 }
 .AnyTagClassName
 {
   color: #709ACB;
 }
</style>

background-color css

<style>
 a { background-color: #709ACB; }

 a { background-color: rgb(112,154,203); }

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

border-color css

<style>
 span { border-color: #709ACB; }

 span { border-color: rgb(112,154,203); }

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