#819EEF

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

Shades of Jordy Blue #819EEF

Tints of Jordy Blue #819EEF

Color information

#819EEF (or 0x819EEF) is unknown color: approx Jordy Blue. HEX triplet: 81, 9E and EF. RGB value is (129,158,239). Sum of RGB (Red+Green+Blue) = 129+158+239=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #819EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EEF is #7E6110. Grayscale: #9E9E9E. Windows color (decimal): -8282385 or 15703681. OLE color: 15703681.

HSL color Cylindrical-coordinate representation of color #819EEF: hue angle of 224.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819EEF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129158239-
CMYK0.460.3400.06
HSL224.18º77.46%72.16%-
HSV(B)224.18º46.03%93.73%-
XYZ36.8635.3586.54-
YUV158.56173.39106.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.52%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 239 (93.75% from 255) = 45.44%
R=24.52%
G=30.04%
B=45.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291582390.460.3400.06224.1877.4672.16
Hex819EEF2E2206e04d48
Octal201236357564206340115110
Binary10000001100111101110111110111010001001101110000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,158,239); }

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

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

 a { background-color: rgb(129,158,239); }

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

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

 span { border-color: rgb(129,158,239); }

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