#77A3F3

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

Shades of Jordy Blue #77A3F3

Tints of Jordy Blue #77A3F3

Color information

#77A3F3 (or 0x77A3F3) is unknown color: approx Jordy Blue. HEX triplet: 77, A3 and F3. RGB value is (119,163,243). Sum of RGB (Red+Green+Blue) = 119+163+243=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #77A3F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A3F3 is #885C0C. Grayscale: #9E9E9E. Windows color (decimal): -8936461 or 15967095. OLE color: 15967095.

HSL color Cylindrical-coordinate representation of color #77A3F3: hue angle of 218.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77A3F3 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119163243-
CMYK0.510.3300.05
HSL218.71º83.78%70.98%-
HSV(B)218.71º51.03%95.29%-
XYZ36.8836.5989.91-
YUV158.96175.4299.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 243 (95.31% from 255) = 46.29%
R=22.67%
G=31.05%
B=46.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191632430.510.3300.05218.7183.7870.98
Hex77A3F3332105db5447
Octal167243363634105333124107
Binary1110111101000111111001111001110000101011101101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A3F3; }

 p { color: rgb(119,163,243); }

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

<style>
 a { background-color: #77A3F3; }

 a { background-color: rgb(119,163,243); }

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

<style>
 span { border-color: #77A3F3; }

 span { border-color: rgb(119,163,243); }

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