Html Css Color HEX #80ACEA Jordy Blue

📋 copy color: '#80ACEA'

red 128 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #80ACEA

Tints of Jordy Blue #80ACEA

RGB

 RED value IS 128 (50.39% from 255) = 23.97%

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

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

R = 23.97%
G = 32.21%
B = 43.82%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80ACEA (or 0x80ACEA) is known color: Jordy Blue. HEX triplet: 80, AC and EA. RGB value is (128,172,234). Sum of RGB (Red+Green+Blue) = 128+172+234=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #80ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACEA is #7F5315. Grayscale: #A5A5A5. Windows color (decimal): -8344342 or 15379584. OLE color: 15379584.

HSL color Cylindrical-coordinate representation of color #80ACEA: hue angle of 215.09º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80ACEA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 172 234 -
CMYK 0.45 0.26 0 0.08
HSL 215.09º 0.72% 0.71% -
HSV(B) 215.09º 0.45% 0.92% -
XYZ 38.51 40.03 83.54 -
YUV 165.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 128 172 234 0.45 0.26 0 0.08 215.09 0.72 0.71
Hex 80 AC EA 2D 1A 0 8 D7 48 47
Octal 200 254 352 55 32 0 10 327 110 107
Binary 10000000 10101100 11101010 101101 11010 0 1000 11010111 1001000 1000111

Color Harmonies of #80ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACEA

Black with #80ACEA

Text Example


Text Example

White with #80ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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