Html Css Color HEX #77A4F6 Jordy Blue

📋 copy color: '#77A4F6'

red 119 ◦ green 164 ◦ blue 246

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

Shades of Jordy Blue #77A4F6

Tints of Jordy Blue #77A4F6

RGB

 RED value IS 119 (46.88% from 255) = 22.5%

 GREEN value IS 164 (64.45% from 255) = 31%

 BLUE value IS 246 (96.48% from 255) = 46.5%

R = 22.5%
G = 31%
B = 46.5%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77A4F6 (or 0x77A4F6) is known color: Jordy Blue. HEX triplet: 77, A4 and F6. RGB value is (119,164,246). Sum of RGB (Red+Green+Blue) = 119+164+246=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #77A4F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A4F6 is #885B09. Grayscale: #9F9F9F. Windows color (decimal): -8936202 or 16163959. OLE color: 16163959.

HSL color Cylindrical-coordinate representation of color #77A4F6: hue angle of 218.74º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A4F6 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 164 246 -
CMYK 0.52 0.33 0 0.04
HSL 218.74º 0.88% 0.72% -
HSV(B) 218.74º 0.52% 0.96% -
XYZ 37.52 37.13 92.38 -
YUV 159.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 119 164 246 0.52 0.33 0 0.04 218.74 0.88 0.72
Hex 77 A4 F6 34 21 0 4 DB 58 48
Octal 167 244 366 64 41 0 4 333 130 110
Binary 1110111 10100100 11110110 110100 100001 0 100 11011011 1011000 1001000

Color Harmonies of #77A4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A4F6

Black with #77A4F6

Text Example


Text Example

White with #77A4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,164,246); }

 H1.HeaderClassName
 {
   color: #77A4F6;
 }
 .AnyTagClassName
 {
   color: #77A4F6;
 }
</style>

background-color css

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

 a { background-color: rgb(119,164,246); }

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

border-color css

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

 span { border-color: rgb(119,164,246); }

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