Html Css Color HEX #70A0CE Picton Blue

📋 copy color: '#70A0CE'

red 112 ◦ green 160 ◦ blue 206

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

Shades of Picton Blue #70A0CE

Tints of Picton Blue #70A0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

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

R = 23.43%
G = 33.47%
B = 43.1%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70A0CE (or 0x70A0CE) is known color: Picton Blue. HEX triplet: 70, A0 and CE. RGB value is (112,160,206). Sum of RGB (Red+Green+Blue) = 112+160+206=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #70A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A0CE is #8F5F31. Grayscale: #969696. Windows color (decimal): -9396018 or 13541488. OLE color: 13541488.

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

Color convert

RGB 112 160 206 -
CMYK 0.46 0.22 0 0.19
HSL 209.36º 0.49% 0.62% -
HSV(B) 209.36º 0.46% 0.81% -
XYZ 30.39 33.04 63.17 -
YUV 150.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 112 160 206 0.46 0.22 0 0.19 209.36 0.49 0.62
Hex 70 A0 CE 2E 16 0 13 D1 31 3E
Octal 160 240 316 56 26 0 23 321 61 76
Binary 1110000 10100000 11001110 101110 10110 0 10011 11010001 110001 111110

Color Harmonies of #70A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A0CE

Black with #70A0CE

Text Example


Text Example

White with #70A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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