Html Css Color HEX #76ADDD Jordy Blue

📋 copy color: '#76ADDD'

red 118 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #76ADDD

Tints of Jordy Blue #76ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

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

R = 23.05%
G = 33.79%
B = 43.16%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76ADDD (or 0x76ADDD) is known color: Jordy Blue. HEX triplet: 76, AD and DD. RGB value is (118,173,221). Sum of RGB (Red+Green+Blue) = 118+173+221=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #76ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADDD is #895222. Grayscale: #A1A1A1. Windows color (decimal): -8999459 or 14527862. OLE color: 14527862.

HSL color Cylindrical-coordinate representation of color #76ADDD: hue angle of 207.96º 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 #76ADDD is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 173 221 -
CMYK 0.47 0.22 0 0.13
HSL 207.96º 0.6% 0.66% -
HSV(B) 207.96º 0.47% 0.87% -
XYZ 35.47 38.96 74.06 -
YUV 162.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 118 173 221 0.47 0.22 0 0.13 207.96 0.6 0.66
Hex 76 AD DD 2F 16 0 D D0 3C 42
Octal 166 255 335 57 26 0 15 320 74 102
Binary 1110110 10101101 11011101 101111 10110 0 1101 11010000 111100 1000010

Color Harmonies of #76ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADDD

Black with #76ADDD

Text Example


Text Example

White with #76ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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