Html Css Color HEX #70A2CE Picton Blue

📋 copy color: '#70A2CE'

red 112 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #70A2CE

Tints of Picton Blue #70A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.75%

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

R = 23.33%
G = 33.75%
B = 42.92%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70A2CE (or 0x70A2CE) is known color: Picton Blue. HEX triplet: 70, A2 and CE. RGB value is (112,162,206). Sum of RGB (Red+Green+Blue) = 112+162+206=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #70A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2CE is #8F5D31. Grayscale: #979797. Windows color (decimal): -9395506 or 13542000. OLE color: 13542000.

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

Color convert

RGB 112 162 206 -
CMYK 0.46 0.21 0 0.19
HSL 208.09º 0.49% 0.62% -
HSV(B) 208.09º 0.46% 0.81% -
XYZ 30.74 33.74 63.28 -
YUV 152.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 112 162 206 0.46 0.21 0 0.19 208.09 0.49 0.62
Hex 70 A2 CE 2E 15 0 13 D0 31 3E
Octal 160 242 316 56 25 0 23 320 61 76
Binary 1110000 10100010 11001110 101110 10101 0 10011 11010000 110001 111110

Color Harmonies of #70A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A2CE

Black with #70A2CE

Text Example


Text Example

White with #70A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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