Html Css Color HEX #76A8DA Jordy Blue

📋 copy color: '#76A8DA'

red 118 ◦ green 168 ◦ blue 218

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

Shades of Jordy Blue #76A8DA

Tints of Jordy Blue #76A8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 23.41%
G = 33.33%
B = 43.25%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76A8DA (or 0x76A8DA) is known color: Jordy Blue. HEX triplet: 76, A8 and DA. RGB value is (118,168,218). Sum of RGB (Red+Green+Blue) = 118+168+218=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #76A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8DA is #895725. Grayscale: #9E9E9E. Windows color (decimal): -9000742 or 14329974. OLE color: 14329974.

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

Color convert

RGB 118 168 218 -
CMYK 0.46 0.23 0 0.15
HSL 210º 0.57% 0.66% -
HSV(B) 210º 0.46% 0.85% -
XYZ 34.13 36.92 71.66 -
YUV 158.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 118 168 218 0.46 0.23 0 0.15 210 0.57 0.66
Hex 76 A8 DA 2E 17 0 F D2 39 42
Octal 166 250 332 56 27 0 17 322 71 102
Binary 1110110 10101000 11011010 101110 10111 0 1111 11010010 111001 1000010

Color Harmonies of #76A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8DA

Black with #76A8DA

Text Example


Text Example

White with #76A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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