Html Css Color HEX #709ACE Picton Blue

📋 copy color: '#709ACE'

red 112 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #709ACE

Tints of Picton Blue #709ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 23.73%
G = 32.63%
B = 43.64%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#709ACE (or 0x709ACE) is known color: Picton Blue. HEX triplet: 70, 9A and CE. RGB value is (112,154,206). Sum of RGB (Red+Green+Blue) = 112+154+206=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #709ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ACE is #8F6531. Grayscale: #939393. Windows color (decimal): -9397554 or 13539952. OLE color: 13539952.

HSL color Cylindrical-coordinate representation of color #709ACE: hue angle of 213.19º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709ACE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 154 206 -
CMYK 0.46 0.25 0 0.19
HSL 213.19º 0.49% 0.62% -
HSV(B) 213.19º 0.46% 0.81% -
XYZ 29.38 31.01 62.83 -
YUV 147.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 112 154 206 0.46 0.25 0 0.19 213.19 0.49 0.62
Hex 70 9A CE 2E 19 0 13 D5 31 3E
Octal 160 232 316 56 31 0 23 325 61 76
Binary 1110000 10011010 11001110 101110 11001 0 10011 11010101 110001 111110

Color Harmonies of #709ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709ACE

Black with #709ACE

Text Example


Text Example

White with #709ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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