Html Css Color HEX #76A8DD Jordy Blue

📋 copy color: '#76A8DD'

red 118 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #76A8DD

Tints of Jordy Blue #76A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

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

R = 23.27%
G = 33.14%
B = 43.59%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76A8DD (or 0x76A8DD) is known color: Jordy Blue. HEX triplet: 76, A8 and DD. RGB value is (118,168,221). Sum of RGB (Red+Green+Blue) = 118+168+221=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #76A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8DD is #895722. Grayscale: #9E9E9E. Windows color (decimal): -9000739 or 14526582. OLE color: 14526582.

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

Color convert

RGB 118 168 221 -
CMYK 0.47 0.24 0 0.13
HSL 210.87º 0.6% 0.66% -
HSV(B) 210.87º 0.47% 0.87% -
XYZ 34.52 37.08 73.74 -
YUV 159.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 118 168 221 0.47 0.24 0 0.13 210.87 0.6 0.66
Hex 76 A8 DD 2F 18 0 D D3 3C 42
Octal 166 250 335 57 30 0 15 323 74 102
Binary 1110110 10101000 11011101 101111 11000 0 1101 11010011 111100 1000010

Color Harmonies of #76A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8DD

Black with #76A8DD

Text Example


Text Example

White with #76A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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