Html Css Color HEX #70A2CC Picton Blue

📋 copy color: '#70A2CC'

red 112 ◦ green 162 ◦ blue 204

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

Shades of Picton Blue #70A2CC

Tints of Picton Blue #70A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 23.43%
G = 33.89%
B = 42.68%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#70A2CC (or 0x70A2CC) is known color: Picton Blue. HEX triplet: 70, A2 and CC. RGB value is (112,162,204). Sum of RGB (Red+Green+Blue) = 112+162+204=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #70A2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2CC is #8F5D33. Grayscale: #979797. Windows color (decimal): -9395508 or 13410928. OLE color: 13410928.

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

Color convert

RGB 112 162 204 -
CMYK 0.45 0.21 0 0.2
HSL 207.39º 0.47% 0.62% -
HSV(B) 207.39º 0.45% 0.8% -
XYZ 30.5 33.65 62.01 -
YUV 151.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 112 162 204 0.45 0.21 0 0.2 207.39 0.47 0.62
Hex 70 A2 CC 2D 15 0 14 CF 2F 3E
Octal 160 242 314 55 25 0 24 317 57 76
Binary 1110000 10100010 11001100 101101 10101 0 10100 11001111 101111 111110

Color Harmonies of #70A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A2CC

Black with #70A2CC

Text Example


Text Example

White with #70A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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