Html Css Color HEX #77AFDB Jordy Blue

📋 copy color: '#77AFDB'

red 119 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #77AFDB

Tints of Jordy Blue #77AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 23.2%
G = 34.11%
B = 42.69%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77AFDB (or 0x77AFDB) is known color: Jordy Blue. HEX triplet: 77, AF and DB. RGB value is (119,175,219). Sum of RGB (Red+Green+Blue) = 119+175+219=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #77AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFDB is #885024. Grayscale: #A3A3A3. Windows color (decimal): -8933413 or 14397303. OLE color: 14397303.

HSL color Cylindrical-coordinate representation of color #77AFDB: hue angle of 206.4º 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 #77AFDB is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 175 219 -
CMYK 0.46 0.20 0 0.14
HSL 206.4º 0.58% 0.66% -
HSV(B) 206.4º 0.46% 0.86% -
XYZ 35.72 39.7 72.8 -
YUV 163.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 119 175 219 0.46 0.20 0 0.14 206.4 0.58 0.66
Hex 77 AF DB 2E 14 0 E CE 3A 42
Octal 167 257 333 56 24 0 16 316 72 102
Binary 1110111 10101111 11011011 101110 10100 0 1110 11001110 111010 1000010

Color Harmonies of #77AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFDB

Black with #77AFDB

Text Example


Text Example

White with #77AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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