Html Css Color HEX #76A8F9 Jordy Blue

📋 copy color: '#76A8F9'

red 118 ◦ green 168 ◦ blue 249

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

Shades of Jordy Blue #76A8F9

Tints of Jordy Blue #76A8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.54%

R = 22.06%
G = 31.4%
B = 46.54%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76A8F9 (or 0x76A8F9) is known color: Jordy Blue. HEX triplet: 76, A8 and F9. RGB value is (118,168,249). Sum of RGB (Red+Green+Blue) = 118+168+249=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #76A8F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A8F9 is #895706. Grayscale: #A1A1A1. Windows color (decimal): -9000711 or 16361590. OLE color: 16361590.

HSL color Cylindrical-coordinate representation of color #76A8F9: hue angle of 217.1º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A8F9 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 168 249 -
CMYK 0.53 0.33 0 0.02
HSL 217.1º 0.92% 0.72% -
HSV(B) 217.1º 0.53% 0.98% -
XYZ 38.57 38.7 95.06 -
YUV 162.28 176.94 96.41 -
System Red Green Blue C M Y K H S L
Decimal 118 168 249 0.53 0.33 0 0.02 217.1 0.92 0.72
Hex 76 A8 F9 35 21 0 2 D9 5C 48
Octal 166 250 371 65 41 0 2 331 134 110
Binary 1110110 10101000 11111001 110101 100001 0 10 11011001 1011100 1001000

Color Harmonies of #76A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8F9

Black with #76A8F9

Text Example


Text Example

White with #76A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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