Html Css Color HEX #80ABDA Jordy Blue

📋 copy color: '#80ABDA'

red 128 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #80ABDA

Tints of Jordy Blue #80ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 24.76%
G = 33.08%
B = 42.17%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#80ABDA (or 0x80ABDA) is known color: Jordy Blue. HEX triplet: 80, AB and DA. RGB value is (128,171,218). Sum of RGB (Red+Green+Blue) = 128+171+218=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #80ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABDA is #7F5425. Grayscale: #A3A3A3. Windows color (decimal): -8344614 or 14330752. OLE color: 14330752.

HSL color Cylindrical-coordinate representation of color #80ABDA: hue angle of 211.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80ABDA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 171 218 -
CMYK 0.41 0.22 0 0.15
HSL 211.33º 0.55% 0.68% -
HSV(B) 211.33º 0.41% 0.85% -
XYZ 36.12 38.78 71.91 -
YUV 163.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 128 171 218 0.41 0.22 0 0.15 211.33 0.55 0.68
Hex 80 AB DA 29 16 0 F D3 37 44
Octal 200 253 332 51 26 0 17 323 67 104
Binary 10000000 10101011 11011010 101001 10110 0 1111 11010011 110111 1000100

Color Harmonies of #80ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABDA

Black with #80ABDA

Text Example


Text Example

White with #80ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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