Html Css Color HEX #76ABDD Jordy Blue

📋 copy color: '#76ABDD'

red 118 ◦ green 171 ◦ blue 221

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

Shades of Jordy Blue #76ABDD

Tints of Jordy Blue #76ABDD

RGB

 RED value IS 118 (46.48% from 255) = 23.14%

 GREEN value IS 171 (67.19% from 255) = 33.53%

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

R = 23.14%
G = 33.53%
B = 43.33%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76ABDD (or 0x76ABDD) is known color: Jordy Blue. HEX triplet: 76, AB and DD. RGB value is (118,171,221). Sum of RGB (Red+Green+Blue) = 118+171+221=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #76ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABDD is #895422. Grayscale: #A0A0A0. Windows color (decimal): -8999971 or 14527350. OLE color: 14527350.

HSL color Cylindrical-coordinate representation of color #76ABDD: hue angle of 209.13º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76ABDD is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 171 221 -
CMYK 0.47 0.23 0 0.13
HSL 209.13º 0.6% 0.66% -
HSV(B) 209.13º 0.47% 0.87% -
XYZ 35.09 38.2 73.93 -
YUV 160.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 118 171 221 0.47 0.23 0 0.13 209.13 0.6 0.66
Hex 76 AB DD 2F 17 0 D D1 3C 42
Octal 166 253 335 57 27 0 15 321 74 102
Binary 1110110 10101011 11011101 101111 10111 0 1101 11010001 111100 1000010

Color Harmonies of #76ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABDD

Black with #76ABDD

Text Example


Text Example

White with #76ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76ABDD; }

 p { color: rgb(118,171,221); }

 H1.HeaderClassName
 {
   color: #76ABDD;
 }
 .AnyTagClassName
 {
   color: #76ABDD;
 }
</style>

background-color css

<style>
 a { background-color: #76ABDD; }

 a { background-color: rgb(118,171,221); }

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

border-color css

<style>
 span { border-color: #76ABDD; }

 span { border-color: rgb(118,171,221); }

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