Html Css Color HEX #77A8D0 Jordy Blue

📋 copy color: '#77A8D0'

red 119 ◦ green 168 ◦ blue 208

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

Shades of Jordy Blue #77A8D0

Tints of Jordy Blue #77A8D0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 24.04%
G = 33.94%
B = 42.02%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#77A8D0 (or 0x77A8D0) is known color: Jordy Blue. HEX triplet: 77, A8 and D0. RGB value is (119,168,208). Sum of RGB (Red+Green+Blue) = 119+168+208=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #77A8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8D0 is #88572F. Grayscale: #9D9D9D. Windows color (decimal): -8935216 or 13674615. OLE color: 13674615.

HSL color Cylindrical-coordinate representation of color #77A8D0: hue angle of 206.97º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77A8D0 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 168 208 -
CMYK 0.43 0.19 0 0.18
HSL 206.97º 0.49% 0.64% -
HSV(B) 206.97º 0.43% 0.82% -
XYZ 33 36.48 64.98 -
YUV 157.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 119 168 208 0.43 0.19 0 0.18 206.97 0.49 0.64
Hex 77 A8 D0 2B 13 0 12 CF 31 40
Octal 167 250 320 53 23 0 22 317 61 100
Binary 1110111 10101000 11010000 101011 10011 0 10010 11001111 110001 1000000

Color Harmonies of #77A8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A8D0

Black with #77A8D0

Text Example


Text Example

White with #77A8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,168,208); }

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

background-color css

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

 a { background-color: rgb(119,168,208); }

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

border-color css

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

 span { border-color: rgb(119,168,208); }

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