#819FE6

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

Shades of Jordy Blue #819FE6

Tints of Jordy Blue #819FE6

Color information

#819FE6 (or 0x819FE6) is unknown color: approx Jordy Blue. HEX triplet: 81, 9F and E6. RGB value is (129,159,230). Sum of RGB (Red+Green+Blue) = 129+159+230=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #819FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FE6 is #7E6019. Grayscale: #9D9D9D. Windows color (decimal): -8282138 or 15114113. OLE color: 15114113.

HSL color Cylindrical-coordinate representation of color #819FE6: hue angle of 222.18º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819FE6 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB129159230-
CMYK0.440.3100.10
HSL222.18º66.89%70.39%-
HSV(B)222.18º43.91%90.2%-
XYZ35.7335.1879.77-
YUV158.12168.56107.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 230 (90.23% from 255) = 44.40%
R=24.90%
G=30.69%
B=44.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1291592300.440.3100.10222.1866.8970.39
Hex819FE62C1F0Ade4346
Octal2012373465437012336103106
Binary10000001100111111110011010110011111010101101111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819FE6; }

 p { color: rgb(129,159,230); }

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

<style>
 a { background-color: #819FE6; }

 a { background-color: rgb(129,159,230); }

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

<style>
 span { border-color: #819FE6; }

 span { border-color: rgb(129,159,230); }

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