Html Css Color HEX #70A3C9 Picton Blue

📋 copy color: '#70A3C9'

red 112 ◦ green 163 ◦ blue 201

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

Shades of Picton Blue #70A3C9

Tints of Picton Blue #70A3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 23.53%
G = 34.24%
B = 42.23%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#70A3C9 (or 0x70A3C9) is known color: Picton Blue. HEX triplet: 70, A3 and C9. RGB value is (112,163,201). Sum of RGB (Red+Green+Blue) = 112+163+201=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #70A3C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3C9 is #8F5C36. Grayscale: #979797. Windows color (decimal): -9395255 or 13214576. OLE color: 13214576.

HSL color Cylindrical-coordinate representation of color #70A3C9: hue angle of 205.62º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70A3C9 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 163 201 -
CMYK 0.44 0.19 0 0.21
HSL 205.62º 0.45% 0.61% -
HSV(B) 205.62º 0.44% 0.79% -
XYZ 30.32 33.86 60.2 -
YUV 152.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 112 163 201 0.44 0.19 0 0.21 205.62 0.45 0.61
Hex 70 A3 C9 2C 13 0 15 CE 2D 3D
Octal 160 243 311 54 23 0 25 316 55 75
Binary 1110000 10100011 11001001 101100 10011 0 10101 11001110 101101 111101

Color Harmonies of #70A3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A3C9

Black with #70A3C9

Text Example


Text Example

White with #70A3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,163,201); }

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

background-color css

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

 a { background-color: rgb(112,163,201); }

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

border-color css

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

 span { border-color: rgb(112,163,201); }

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