Html Css Color HEX #80ABEC Jordy Blue

📋 copy color: '#80ABEC'

red 128 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #80ABEC

Tints of Jordy Blue #80ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.96%

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 23.93%
G = 31.96%
B = 44.11%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80ABEC (or 0x80ABEC) is known color: Jordy Blue. HEX triplet: 80, AB and EC. RGB value is (128,171,236). Sum of RGB (Red+Green+Blue) = 128+171+236=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #80ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABEC is #7F5413. Grayscale: #A5A5A5. Windows color (decimal): -8344596 or 15510400. OLE color: 15510400.

HSL color Cylindrical-coordinate representation of color #80ABEC: hue angle of 216.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ABEC is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 171 236 -
CMYK 0.46 0.28 0 0.07
HSL 216.11º 0.74% 0.71% -
HSV(B) 216.11º 0.46% 0.93% -
XYZ 38.61 39.77 85 -
YUV 165.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 128 171 236 0.46 0.28 0 0.07 216.11 0.74 0.71
Hex 80 AB EC 2E 1C 0 7 D8 4A 47
Octal 200 253 354 56 34 0 7 330 112 107
Binary 10000000 10101011 11101100 101110 11100 0 111 11011000 1001010 1000111

Color Harmonies of #80ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABEC

Black with #80ABEC

Text Example


Text Example

White with #80ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,171,236); }

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

background-color css

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

 a { background-color: rgb(128,171,236); }

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

border-color css

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

 span { border-color: rgb(128,171,236); }

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