Html Css Color HEX #76ACDF Jordy Blue

📋 copy color: '#76ACDF'

red 118 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #76ACDF

Tints of Jordy Blue #76ACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 23%
G = 33.53%
B = 43.47%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76ACDF (or 0x76ACDF) is known color: Jordy Blue. HEX triplet: 76, AC and DF. RGB value is (118,172,223). Sum of RGB (Red+Green+Blue) = 118+172+223=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #76ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACDF is #895320. Grayscale: #A1A1A1. Windows color (decimal): -8999713 or 14658678. OLE color: 14658678.

HSL color Cylindrical-coordinate representation of color #76ACDF: hue angle of 209.14º degrees, saturation: 0.62, 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 #76ACDF is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 172 223 -
CMYK 0.47 0.23 0 0.13
HSL 209.14º 0.62% 0.67% -
HSV(B) 209.14º 0.47% 0.87% -
XYZ 35.54 38.68 75.41 -
YUV 161.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 118 172 223 0.47 0.23 0 0.13 209.14 0.62 0.67
Hex 76 AC DF 2F 17 0 D D1 3E 43
Octal 166 254 337 57 27 0 15 321 76 103
Binary 1110110 10101100 11011111 101111 10111 0 1101 11010001 111110 1000011

Color Harmonies of #76ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ACDF

Black with #76ACDF

Text Example


Text Example

White with #76ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,172,223); }

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

background-color css

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

 a { background-color: rgb(118,172,223); }

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

border-color css

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

 span { border-color: rgb(118,172,223); }

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