Html Css Color HEX #76A5D0 Jordy Blue

📋 copy color: '#76A5D0'

red 118 ◦ green 165 ◦ blue 208

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

Shades of Jordy Blue #76A5D0

Tints of Jordy Blue #76A5D0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.6%

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 24.03%
G = 33.6%
B = 42.36%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#76A5D0 (or 0x76A5D0) is known color: Jordy Blue. HEX triplet: 76, A5 and D0. RGB value is (118,165,208). Sum of RGB (Red+Green+Blue) = 118+165+208=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #76A5D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5D0 is #895A2F. Grayscale: #9B9B9B. Windows color (decimal): -9001520 or 13673846. OLE color: 13673846.

HSL color Cylindrical-coordinate representation of color #76A5D0: hue angle of 208.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A5D0 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 165 208 -
CMYK 0.43 0.21 0 0.18
HSL 208.67º 0.49% 0.64% -
HSV(B) 208.67º 0.43% 0.82% -
XYZ 32.31 35.32 64.79 -
YUV 155.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 118 165 208 0.43 0.21 0 0.18 208.67 0.49 0.64
Hex 76 A5 D0 2B 15 0 12 D1 31 40
Octal 166 245 320 53 25 0 22 321 61 100
Binary 1110110 10100101 11010000 101011 10101 0 10010 11010001 110001 1000000

Color Harmonies of #76A5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A5D0

Black with #76A5D0

Text Example


Text Example

White with #76A5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,208); }

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

background-color css

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

 a { background-color: rgb(118,165,208); }

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

border-color css

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

 span { border-color: rgb(118,165,208); }

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