Html Css Color HEX #76A2DA Jordy Blue

📋 copy color: '#76A2DA'

red 118 ◦ green 162 ◦ blue 218

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

Shades of Jordy Blue #76A2DA

Tints of Jordy Blue #76A2DA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.53%

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

R = 23.69%
G = 32.53%
B = 43.78%

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

#76A2DA (or 0x76A2DA) is known color: Jordy Blue. HEX triplet: 76, A2 and DA. RGB value is (118,162,218). Sum of RGB (Red+Green+Blue) = 118+162+218=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #76A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2DA is #895D25. Grayscale: #9A9A9A. Windows color (decimal): -9002278 or 14328438. OLE color: 14328438.

HSL color Cylindrical-coordinate representation of color #76A2DA: hue angle of 213.6º 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 #76A2DA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 162 218 -
CMYK 0.46 0.26 0 0.15
HSL 213.6º 0.57% 0.66% -
HSV(B) 213.6º 0.46% 0.85% -
XYZ 33.05 34.75 71.3 -
YUV 155.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 118 162 218 0.46 0.26 0 0.15 213.6 0.57 0.66
Hex 76 A2 DA 2E 1A 0 F D6 39 42
Octal 166 242 332 56 32 0 17 326 71 102
Binary 1110110 10100010 11011010 101110 11010 0 1111 11010110 111001 1000010

Color Harmonies of #76A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A2DA

Black with #76A2DA

Text Example


Text Example

White with #76A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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