Html Css Color HEX #76A3DE Jordy Blue

📋 copy color: '#76A3DE'

red 118 ◦ green 163 ◦ blue 222

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

Shades of Jordy Blue #76A3DE

Tints of Jordy Blue #76A3DE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 23.46%
G = 32.41%
B = 44.14%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76A3DE (or 0x76A3DE) is known color: Jordy Blue. HEX triplet: 76, A3 and DE. RGB value is (118,163,222). Sum of RGB (Red+Green+Blue) = 118+163+222=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #76A3DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3DE is #895C21. Grayscale: #9B9B9B. Windows color (decimal): -9002018 or 14590838. OLE color: 14590838.

HSL color Cylindrical-coordinate representation of color #76A3DE: hue angle of 214.04º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76A3DE is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 163 222 -
CMYK 0.47 0.27 0 0.13
HSL 214.04º 0.61% 0.67% -
HSV(B) 214.04º 0.47% 0.87% -
XYZ 33.75 35.32 74.15 -
YUV 156.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 118 163 222 0.47 0.27 0 0.13 214.04 0.61 0.67
Hex 76 A3 DE 2F 1B 0 D D6 3D 43
Octal 166 243 336 57 33 0 15 326 75 103
Binary 1110110 10100011 11011110 101111 11011 0 1101 11010110 111101 1000011

Color Harmonies of #76A3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3DE

Black with #76A3DE

Text Example


Text Example

White with #76A3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,222); }

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

background-color css

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

 a { background-color: rgb(118,163,222); }

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

border-color css

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

 span { border-color: rgb(118,163,222); }

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