Html Css Color HEX #76AEDA Jordy Blue

📋 copy color: '#76AEDA'

red 118 ◦ green 174 ◦ blue 218

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

Shades of Jordy Blue #76AEDA

Tints of Jordy Blue #76AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.12%

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

R = 23.14%
G = 34.12%
B = 42.75%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76AEDA (or 0x76AEDA) is known color: Jordy Blue. HEX triplet: 76, AE and DA. RGB value is (118,174,218). Sum of RGB (Red+Green+Blue) = 118+174+218=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #76AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEDA is #895125. Grayscale: #A2A2A2. Windows color (decimal): -8999206 or 14331510. OLE color: 14331510.

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

Color convert

RGB 118 174 218 -
CMYK 0.46 0.20 0 0.15
HSL 206.4º 0.57% 0.66% -
HSV(B) 206.4º 0.46% 0.85% -
XYZ 35.26 39.19 72.03 -
YUV 162.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 118 174 218 0.46 0.20 0 0.15 206.4 0.57 0.66
Hex 76 AE DA 2E 14 0 F CE 39 42
Octal 166 256 332 56 24 0 17 316 71 102
Binary 1110110 10101110 11011010 101110 10100 0 1111 11001110 111001 1000010

Color Harmonies of #76AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AEDA

Black with #76AEDA

Text Example


Text Example

White with #76AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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