Html Css Color HEX #76ADD5 Jordy Blue

📋 copy color: '#76ADD5'

red 118 ◦ green 173 ◦ blue 213

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

Shades of Jordy Blue #76ADD5

Tints of Jordy Blue #76ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 23.41%
G = 34.33%
B = 42.26%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#76ADD5 (or 0x76ADD5) is known color: Jordy Blue. HEX triplet: 76, AD and D5. RGB value is (118,173,213). Sum of RGB (Red+Green+Blue) = 118+173+213=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #76ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADD5 is #89522A. Grayscale: #A0A0A0. Windows color (decimal): -8999467 or 14003574. OLE color: 14003574.

HSL color Cylindrical-coordinate representation of color #76ADD5: hue angle of 205.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76ADD5 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 173 213 -
CMYK 0.45 0.19 0 0.16
HSL 205.26º 0.53% 0.65% -
HSV(B) 205.26º 0.45% 0.84% -
XYZ 34.43 38.54 68.58 -
YUV 161.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 118 173 213 0.45 0.19 0 0.16 205.26 0.53 0.65
Hex 76 AD D5 2D 13 0 10 CD 35 41
Octal 166 255 325 55 23 0 20 315 65 101
Binary 1110110 10101101 11010101 101101 10011 0 10000 11001101 110101 1000001

Color Harmonies of #76ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADD5

Black with #76ADD5

Text Example


Text Example

White with #76ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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