Html Css Color HEX #76ADEB Jordy Blue

📋 copy color: '#76ADEB'

red 118 ◦ green 173 ◦ blue 235

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

Shades of Jordy Blue #76ADEB

Tints of Jordy Blue #76ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 22.43%
G = 32.89%
B = 44.68%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76ADEB (or 0x76ADEB) is known color: Jordy Blue. HEX triplet: 76, AD and EB. RGB value is (118,173,235). Sum of RGB (Red+Green+Blue) = 118+173+235=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #76ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ADEB is #895214. Grayscale: #A3A3A3. Windows color (decimal): -8999445 or 15445366. OLE color: 15445366.

HSL color Cylindrical-coordinate representation of color #76ADEB: hue angle of 211.79º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ADEB is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 173 235 -
CMYK 0.50 0.26 0 0.08
HSL 211.79º 0.75% 0.69% -
HSV(B) 211.79º 0.5% 0.92% -
XYZ 37.41 39.74 84.3 -
YUV 163.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 118 173 235 0.50 0.26 0 0.08 211.79 0.75 0.69
Hex 76 AD EB 32 1A 0 8 D4 4B 45
Octal 166 255 353 62 32 0 10 324 113 105
Binary 1110110 10101101 11101011 110010 11010 0 1000 11010100 1001011 1000101

Color Harmonies of #76ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADEB

Black with #76ADEB

Text Example


Text Example

White with #76ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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