#7099D1

Color #7099D1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7099D1

Tints of Jordy Blue #7099D1

Color information

#7099D1 (or 0x7099D1) is unknown color: approx Jordy Blue. HEX triplet: 70, 99 and D1. RGB value is (112,153,209). Sum of RGB (Red+Green+Blue) = 112+153+209=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #7099D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099D1 is #8F662E. Grayscale: #929292. Windows color (decimal): -9397807 or 13736304. OLE color: 13736304.

HSL color Cylindrical-coordinate representation of color #7099D1: hue angle of 214.64º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7099D1 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112153209-
CMYK0.460.2700.18
HSL214.64º51.32%62.94%-
HSV(B)214.64º46.41%81.96%-
XYZ29.5830.8364.71-
YUV147.12162.92102.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=23.63%
G=32.28%
B=44.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121532090.460.2700.18214.6451.3262.94
Hex7099D12E1B012d7333f
Octal16023132156330223276377
Binary111000010011001110100011011101101101001011010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7099D1;
 }
 .AnyTagClassName
 {
   color: #7099D1;
 }
</style>
background-color css

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

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

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

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

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

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