Html Css Color HEX #76A1DA Jordy Blue

📋 copy color: '#76A1DA'

red 118 ◦ green 161 ◦ blue 218

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

Shades of Jordy Blue #76A1DA

Tints of Jordy Blue #76A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.39%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 23.74%
G = 32.39%
B = 43.86%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76A1DA (or 0x76A1DA) is known color: Jordy Blue. HEX triplet: 76, A1 and DA. RGB value is (118,161,218). Sum of RGB (Red+Green+Blue) = 118+161+218=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #76A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1DA is #895E25. Grayscale: #9A9A9A. Windows color (decimal): -9002534 or 14328182. OLE color: 14328182.

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

Color convert

RGB 118 161 218 -
CMYK 0.46 0.26 0 0.15
HSL 214.2º 0.57% 0.66% -
HSV(B) 214.2º 0.46% 0.85% -
XYZ 32.87 34.4 71.24 -
YUV 154.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 118 161 218 0.46 0.26 0 0.15 214.2 0.57 0.66
Hex 76 A1 DA 2E 1A 0 F D6 39 42
Octal 166 241 332 56 32 0 17 326 71 102
Binary 1110110 10100001 11011010 101110 11010 0 1111 11010110 111001 1000010

Color Harmonies of #76A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A1DA

Black with #76A1DA

Text Example


Text Example

White with #76A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,218); }

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

background-color css

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

 a { background-color: rgb(118,161,218); }

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

border-color css

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

 span { border-color: rgb(118,161,218); }

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