Html Css Color HEX #76ACEA Jordy Blue

📋 copy color: '#76ACEA'

red 118 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #76ACEA

Tints of Jordy Blue #76ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 22.52%
G = 32.82%
B = 44.66%

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

#76ACEA (or 0x76ACEA) is known color: Jordy Blue. HEX triplet: 76, AC and EA. RGB value is (118,172,234). Sum of RGB (Red+Green+Blue) = 118+172+234=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #76ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ACEA is #895315. Grayscale: #A2A2A2. Windows color (decimal): -8999702 or 15379574. OLE color: 15379574.

HSL color Cylindrical-coordinate representation of color #76ACEA: hue angle of 212.07º degrees, saturation: 0.73, 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 #76ACEA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 172 234 -
CMYK 0.50 0.26 0 0.08
HSL 212.07º 0.73% 0.69% -
HSV(B) 212.07º 0.5% 0.92% -
XYZ 37.08 39.3 83.47 -
YUV 162.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 118 172 234 0.50 0.26 0 0.08 212.07 0.73 0.69
Hex 76 AC EA 32 1A 0 8 D4 49 45
Octal 166 254 352 62 32 0 10 324 111 105
Binary 1110110 10101100 11101010 110010 11010 0 1000 11010100 1001001 1000101

Color Harmonies of #76ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ACEA

Black with #76ACEA

Text Example


Text Example

White with #76ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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