Html Css Color HEX #76A3CE Jordy Blue

📋 copy color: '#76A3CE'

red 118 ◦ green 163 ◦ blue 206

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

Shades of Jordy Blue #76A3CE

Tints of Jordy Blue #76A3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 24.23%
G = 33.47%
B = 42.3%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76A3CE (or 0x76A3CE) is known color: Jordy Blue. HEX triplet: 76, A3 and CE. RGB value is (118,163,206). Sum of RGB (Red+Green+Blue) = 118+163+206=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #76A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3CE is #895C31. Grayscale: #9A9A9A. Windows color (decimal): -9002034 or 13542262. OLE color: 13542262.

HSL color Cylindrical-coordinate representation of color #76A3CE: hue angle of 209.32º degrees, saturation: 0.47, 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 #76A3CE is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 163 206 -
CMYK 0.43 0.21 0 0.19
HSL 209.32º 0.47% 0.64% -
HSV(B) 209.32º 0.43% 0.81% -
XYZ 31.71 34.5 63.38 -
YUV 154.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 118 163 206 0.43 0.21 0 0.19 209.32 0.47 0.64
Hex 76 A3 CE 2B 15 0 13 D1 2F 40
Octal 166 243 316 53 25 0 23 321 57 100
Binary 1110110 10100011 11001110 101011 10101 0 10011 11010001 101111 1000000

Color Harmonies of #76A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3CE

Black with #76A3CE

Text Example


Text Example

White with #76A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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