Html Css Color HEX #70A4CE Picton Blue

📋 copy color: '#70A4CE'

red 112 ◦ green 164 ◦ blue 206

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

Shades of Picton Blue #70A4CE

Tints of Picton Blue #70A4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

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

R = 23.24%
G = 34.02%
B = 42.74%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70A4CE (or 0x70A4CE) is known color: Picton Blue. HEX triplet: 70, A4 and CE. RGB value is (112,164,206). Sum of RGB (Red+Green+Blue) = 112+164+206=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #70A4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A4CE is #8F5B31. Grayscale: #999999. Windows color (decimal): -9394994 or 13542512. OLE color: 13542512.

HSL color Cylindrical-coordinate representation of color #70A4CE: hue angle of 206.81º 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 #70A4CE is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 164 206 -
CMYK 0.46 0.20 0 0.19
HSL 206.81º 0.49% 0.62% -
HSV(B) 206.81º 0.46% 0.81% -
XYZ 31.1 34.45 63.4 -
YUV 153.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 112 164 206 0.46 0.20 0 0.19 206.81 0.49 0.62
Hex 70 A4 CE 2E 14 0 13 CF 31 3E
Octal 160 244 316 56 24 0 23 317 61 76
Binary 1110000 10100100 11001110 101110 10100 0 10011 11001111 110001 111110

Color Harmonies of #70A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A4CE

Black with #70A4CE

Text Example


Text Example

White with #70A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70A4CE; }

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

 H1.HeaderClassName
 {
   color: #70A4CE;
 }
 .AnyTagClassName
 {
   color: #70A4CE;
 }
</style>

background-color css

<style>
 a { background-color: #70A4CE; }

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

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

border-color css

<style>
 span { border-color: #70A4CE; }

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

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