Html Css Color HEX #76A3DB Jordy Blue

📋 copy color: '#76A3DB'

red 118 ◦ green 163 ◦ blue 219

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

Shades of Jordy Blue #76A3DB

Tints of Jordy Blue #76A3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 23.6%
G = 32.6%
B = 43.8%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76A3DB (or 0x76A3DB) is known color: Jordy Blue. HEX triplet: 76, A3 and DB. RGB value is (118,163,219). Sum of RGB (Red+Green+Blue) = 118+163+219=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #76A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3DB is #895C24. Grayscale: #9B9B9B. Windows color (decimal): -9002021 or 14394230. OLE color: 14394230.

HSL color Cylindrical-coordinate representation of color #76A3DB: hue angle of 213.27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76A3DB is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 163 219 -
CMYK 0.46 0.26 0 0.14
HSL 213.27º 0.58% 0.66% -
HSV(B) 213.27º 0.46% 0.86% -
XYZ 33.35 35.16 72.05 -
YUV 155.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 118 163 219 0.46 0.26 0 0.14 213.27 0.58 0.66
Hex 76 A3 DB 2E 1A 0 E D5 3A 42
Octal 166 243 333 56 32 0 16 325 72 102
Binary 1110110 10100011 11011011 101110 11010 0 1110 11010101 111010 1000010

Color Harmonies of #76A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3DB

Black with #76A3DB

Text Example


Text Example

White with #76A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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