Html Css Color HEX #80AFEA Jordy Blue

📋 copy color: '#80AFEA'

red 128 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #80AFEA

Tints of Jordy Blue #80AFEA

RGB

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

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

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

R = 23.84%
G = 32.59%
B = 43.58%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80AFEA (or 0x80AFEA) is known color: Jordy Blue. HEX triplet: 80, AF and EA. RGB value is (128,175,234). Sum of RGB (Red+Green+Blue) = 128+175+234=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #80AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFEA is #7F5015. Grayscale: #A7A7A7. Windows color (decimal): -8343574 or 15380352. OLE color: 15380352.

HSL color Cylindrical-coordinate representation of color #80AFEA: hue angle of 213.4º 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 #80AFEA is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 175 234 -
CMYK 0.45 0.25 0 0.08
HSL 213.4º 0.72% 0.71% -
HSV(B) 213.4º 0.45% 0.92% -
XYZ 39.08 41.19 83.73 -
YUV 167.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 128 175 234 0.45 0.25 0 0.08 213.4 0.72 0.71
Hex 80 AF EA 2D 19 0 8 D5 48 47
Octal 200 257 352 55 31 0 10 325 110 107
Binary 10000000 10101111 11101010 101101 11001 0 1000 11010101 1001000 1000111

Color Harmonies of #80AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFEA

Black with #80AFEA

Text Example


Text Example

White with #80AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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