Html Css Color HEX #76ADEC Jordy Blue

📋 copy color: '#76ADEC'

red 118 ◦ green 173 ◦ blue 236

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

Shades of Jordy Blue #76ADEC

Tints of Jordy Blue #76ADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.83%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 22.39%
G = 32.83%
B = 44.78%

CMYK

 C value IS 0.5

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76ADEC (or 0x76ADEC) is known color: Jordy Blue. HEX triplet: 76, AD and EC. RGB value is (118,173,236). Sum of RGB (Red+Green+Blue) = 118+173+236=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #76ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ADEC is #895213. Grayscale: #A3A3A3. Windows color (decimal): -8999444 or 15510902. OLE color: 15510902.

HSL color Cylindrical-coordinate representation of color #76ADEC: hue angle of 212.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ADEC is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 173 236 -
CMYK 0.5 0.27 0 0.07
HSL 212.03º 0.76% 0.69% -
HSV(B) 212.03º 0.5% 0.93% -
XYZ 37.56 39.79 85.06 -
YUV 163.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 118 173 236 0.5 0.27 0 0.07 212.03 0.76 0.69
Hex 76 AD EC 32 1B 0 7 D4 4C 45
Octal 166 255 354 62 33 0 7 324 114 105
Binary 1110110 10101101 11101100 110010 11011 0 111 11010100 1001100 1000101

Color Harmonies of #76ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADEC

Black with #76ADEC

Text Example


Text Example

White with #76ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,236); }

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

background-color css

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

 a { background-color: rgb(118,173,236); }

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

border-color css

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

 span { border-color: rgb(118,173,236); }

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