Html Css Color HEX #80ABEE Jordy Blue

📋 copy color: '#80ABEE'

red 128 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #80ABEE

Tints of Jordy Blue #80ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 23.84%
G = 31.84%
B = 44.32%

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

#80ABEE (or 0x80ABEE) is known color: Jordy Blue. HEX triplet: 80, AB and EE. RGB value is (128,171,238). Sum of RGB (Red+Green+Blue) = 128+171+238=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #80ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABEE is #7F5411. Grayscale: #A5A5A5. Windows color (decimal): -8344594 or 15641472. OLE color: 15641472.

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

Color convert

RGB 128 171 238 -
CMYK 0.46 0.28 0 0.07
HSL 216.55º 0.76% 0.72% -
HSV(B) 216.55º 0.46% 0.93% -
XYZ 38.9 39.89 86.54 -
YUV 165.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 128 171 238 0.46 0.28 0 0.07 216.55 0.76 0.72
Hex 80 AB EE 2E 1C 0 7 D9 4C 48
Octal 200 253 356 56 34 0 7 331 114 110
Binary 10000000 10101011 11101110 101110 11100 0 111 11011001 1001100 1001000

Color Harmonies of #80ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABEE

Black with #80ABEE

Text Example


Text Example

White with #80ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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