Html Css Color HEX #70A3CB Picton Blue

📋 copy color: '#70A3CB'

red 112 ◦ green 163 ◦ blue 203

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

Shades of Picton Blue #70A3CB

Tints of Picton Blue #70A3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 23.43%
G = 34.1%
B = 42.47%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70A3CB (or 0x70A3CB) is known color: Picton Blue. HEX triplet: 70, A3 and CB. RGB value is (112,163,203). Sum of RGB (Red+Green+Blue) = 112+163+203=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #70A3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3CB is #8F5C34. Grayscale: #989898. Windows color (decimal): -9395253 or 13345648. OLE color: 13345648.

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

Color convert

RGB 112 163 203 -
CMYK 0.45 0.20 0 0.20
HSL 206.37º 0.47% 0.62% -
HSV(B) 206.37º 0.45% 0.8% -
XYZ 30.56 33.95 61.44 -
YUV 152.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 112 163 203 0.45 0.20 0 0.20 206.37 0.47 0.62
Hex 70 A3 CB 2D 14 0 14 CE 2F 3E
Octal 160 243 313 55 24 0 24 316 57 76
Binary 1110000 10100011 11001011 101101 10100 0 10100 11001110 101111 111110

Color Harmonies of #70A3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A3CB

Black with #70A3CB

Text Example


Text Example

White with #70A3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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