Html Css Color HEX #76A0CF Jordy Blue

📋 copy color: '#76A0CF'

red 118 ◦ green 160 ◦ blue 207

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

Shades of Jordy Blue #76A0CF

Tints of Jordy Blue #76A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 24.33%
G = 32.99%
B = 42.68%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76A0CF (or 0x76A0CF) is known color: Jordy Blue. HEX triplet: 76, A0 and CF. RGB value is (118,160,207). Sum of RGB (Red+Green+Blue) = 118+160+207=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #76A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0CF is #895F30. Grayscale: #989898. Windows color (decimal): -9002801 or 13607030. OLE color: 13607030.

HSL color Cylindrical-coordinate representation of color #76A0CF: hue angle of 211.69º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A0CF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 160 207 -
CMYK 0.43 0.23 0 0.19
HSL 211.69º 0.48% 0.64% -
HSV(B) 211.69º 0.43% 0.81% -
XYZ 31.3 33.5 63.85 -
YUV 152.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 118 160 207 0.43 0.23 0 0.19 211.69 0.48 0.64
Hex 76 A0 CF 2B 17 0 13 D4 30 40
Octal 166 240 317 53 27 0 23 324 60 100
Binary 1110110 10100000 11001111 101011 10111 0 10011 11010100 110000 1000000

Color Harmonies of #76A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A0CF

Black with #76A0CF

Text Example


Text Example

White with #76A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,160,207); }

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

background-color css

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

 a { background-color: rgb(118,160,207); }

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

border-color css

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

 span { border-color: rgb(118,160,207); }

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