Html Css Color HEX #76A3DD Jordy Blue

📋 copy color: '#76A3DD'

red 118 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #76A3DD

Tints of Jordy Blue #76A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

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

R = 23.51%
G = 32.47%
B = 44.02%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76A3DD (or 0x76A3DD) is known color: Jordy Blue. HEX triplet: 76, A3 and DD. RGB value is (118,163,221). Sum of RGB (Red+Green+Blue) = 118+163+221=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #76A3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3DD is #895C22. Grayscale: #9B9B9B. Windows color (decimal): -9002019 or 14525302. OLE color: 14525302.

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

Color convert

RGB 118 163 221 -
CMYK 0.47 0.26 0 0.13
HSL 213.79º 0.6% 0.66% -
HSV(B) 213.79º 0.47% 0.87% -
XYZ 33.62 35.27 73.44 -
YUV 156.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 118 163 221 0.47 0.26 0 0.13 213.79 0.6 0.66
Hex 76 A3 DD 2F 1A 0 D D6 3C 42
Octal 166 243 335 57 32 0 15 326 74 102
Binary 1110110 10100011 11011101 101111 11010 0 1101 11010110 111100 1000010

Color Harmonies of #76A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3DD

Black with #76A3DD

Text Example


Text Example

White with #76A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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