Html Css Color HEX #80AFDA Jordy Blue

📋 copy color: '#80AFDA'

red 128 ◦ green 175 ◦ blue 218

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

Shades of Jordy Blue #80AFDA

Tints of Jordy Blue #80AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

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

R = 24.57%
G = 33.59%
B = 41.84%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#80AFDA (or 0x80AFDA) is known color: Jordy Blue. HEX triplet: 80, AF and DA. RGB value is (128,175,218). Sum of RGB (Red+Green+Blue) = 128+175+218=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #80AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFDA is #7F5025. Grayscale: #A5A5A5. Windows color (decimal): -8343590 or 14331776. OLE color: 14331776.

HSL color Cylindrical-coordinate representation of color #80AFDA: hue angle of 208.67º 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 #80AFDA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 175 218 -
CMYK 0.41 0.20 0 0.15
HSL 208.67º 0.55% 0.68% -
HSV(B) 208.67º 0.41% 0.85% -
XYZ 36.89 40.31 72.17 -
YUV 165.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 128 175 218 0.41 0.20 0 0.15 208.67 0.55 0.68
Hex 80 AF DA 29 14 0 F D1 37 44
Octal 200 257 332 51 24 0 17 321 67 104
Binary 10000000 10101111 11011010 101001 10100 0 1111 11010001 110111 1000100

Color Harmonies of #80AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFDA

Black with #80AFDA

Text Example


Text Example

White with #80AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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