Html Css Color HEX #76A8F7 Jordy Blue

📋 copy color: '#76A8F7'

red 118 ◦ green 168 ◦ blue 247

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

Shades of Jordy Blue #76A8F7

Tints of Jordy Blue #76A8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.34%

R = 22.14%
G = 31.52%
B = 46.34%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#76A8F7 (or 0x76A8F7) is known color: Jordy Blue. HEX triplet: 76, A8 and F7. RGB value is (118,168,247). Sum of RGB (Red+Green+Blue) = 118+168+247=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #76A8F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A8F7 is #895708. Grayscale: #A1A1A1. Windows color (decimal): -9000713 or 16230518. OLE color: 16230518.

HSL color Cylindrical-coordinate representation of color #76A8F7: hue angle of 216.74º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76A8F7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 168 247 -
CMYK 0.52 0.32 0 0.03
HSL 216.74º 0.89% 0.72% -
HSV(B) 216.74º 0.52% 0.97% -
XYZ 38.26 38.57 93.42 -
YUV 162.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 118 168 247 0.52 0.32 0 0.03 216.74 0.89 0.72
Hex 76 A8 F7 34 20 0 3 D9 59 48
Octal 166 250 367 64 40 0 3 331 131 110
Binary 1110110 10101000 11110111 110100 100000 0 11 11011001 1011001 1001000

Color Harmonies of #76A8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8F7

Black with #76A8F7

Text Example


Text Example

White with #76A8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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