Html Css Color HEX #77ACDB Jordy Blue

📋 copy color: '#77ACDB'

red 119 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #77ACDB

Tints of Jordy Blue #77ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.73%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 23.33%
G = 33.73%
B = 42.94%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77ACDB (or 0x77ACDB) is known color: Jordy Blue. HEX triplet: 77, AC and DB. RGB value is (119,172,219). Sum of RGB (Red+Green+Blue) = 119+172+219=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #77ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACDB is #885324. Grayscale: #A1A1A1. Windows color (decimal): -8934181 or 14396535. OLE color: 14396535.

HSL color Cylindrical-coordinate representation of color #77ACDB: hue angle of 208.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77ACDB is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 172 219 -
CMYK 0.46 0.21 0 0.14
HSL 208.2º 0.58% 0.66% -
HSV(B) 208.2º 0.46% 0.86% -
XYZ 35.15 38.54 72.6 -
YUV 161.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 119 172 219 0.46 0.21 0 0.14 208.2 0.58 0.66
Hex 77 AC DB 2E 15 0 E D0 3A 42
Octal 167 254 333 56 25 0 16 320 72 102
Binary 1110111 10101100 11011011 101110 10101 0 1110 11010000 111010 1000010

Color Harmonies of #77ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACDB

Black with #77ACDB

Text Example


Text Example

White with #77ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,172,219); }

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

background-color css

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

 a { background-color: rgb(119,172,219); }

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

border-color css

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

 span { border-color: rgb(119,172,219); }

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