Html Css Color HEX #77AFDD Jordy Blue

📋 copy color: '#77AFDD'

red 119 ◦ green 175 ◦ blue 221

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

Shades of Jordy Blue #77AFDD

Tints of Jordy Blue #77AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 23.11%
G = 33.98%
B = 42.91%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77AFDD (or 0x77AFDD) is known color: Jordy Blue. HEX triplet: 77, AF and DD. RGB value is (119,175,221). Sum of RGB (Red+Green+Blue) = 119+175+221=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #77AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFDD is #885022. Grayscale: #A3A3A3. Windows color (decimal): -8933411 or 14528375. OLE color: 14528375.

HSL color Cylindrical-coordinate representation of color #77AFDD: hue angle of 207.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77AFDD is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 175 221 -
CMYK 0.46 0.21 0 0.13
HSL 207.06º 0.6% 0.67% -
HSV(B) 207.06º 0.46% 0.87% -
XYZ 35.99 39.8 74.19 -
YUV 163.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 119 175 221 0.46 0.21 0 0.13 207.06 0.6 0.67
Hex 77 AF DD 2E 15 0 D CF 3C 43
Octal 167 257 335 56 25 0 15 317 74 103
Binary 1110111 10101111 11011101 101110 10101 0 1101 11001111 111100 1000011

Color Harmonies of #77AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFDD

Black with #77AFDD

Text Example


Text Example

White with #77AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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