Html Css Color HEX #7099CC Picton Blue

📋 copy color: '#7099CC'

red 112 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #7099CC

Tints of Picton Blue #7099CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

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

R = 23.88%
G = 32.62%
B = 43.5%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7099CC (or 0x7099CC) is known color: Picton Blue. HEX triplet: 70, 99 and CC. RGB value is (112,153,204). Sum of RGB (Red+Green+Blue) = 112+153+204=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #7099CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099CC is #8F6633. Grayscale: #929292. Windows color (decimal): -9397812 or 13408624. OLE color: 13408624.

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

Color convert

RGB 112 153 204 -
CMYK 0.45 0.25 0 0.2
HSL 213.26º 0.47% 0.62% -
HSV(B) 213.26º 0.45% 0.8% -
XYZ 28.97 30.59 61.5 -
YUV 146.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 112 153 204 0.45 0.25 0 0.2 213.26 0.47 0.62
Hex 70 99 CC 2D 19 0 14 D5 2F 3E
Octal 160 231 314 55 31 0 24 325 57 76
Binary 1110000 10011001 11001100 101101 11001 0 10100 11010101 101111 111110

Color Harmonies of #7099CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7099CC

Black with #7099CC

Text Example


Text Example

White with #7099CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7099CC; }

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

 H1.HeaderClassName
 {
   color: #7099CC;
 }
 .AnyTagClassName
 {
   color: #7099CC;
 }
</style>

background-color css

<style>
 a { background-color: #7099CC; }

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

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

border-color css

<style>
 span { border-color: #7099CC; }

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

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