Html Css Color HEX #80AFDE Jordy Blue

📋 copy color: '#80AFDE'

red 128 ◦ green 175 ◦ blue 222

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

Shades of Jordy Blue #80AFDE

Tints of Jordy Blue #80AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 24.38%
G = 33.33%
B = 42.29%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80AFDE (or 0x80AFDE) is known color: Jordy Blue. HEX triplet: 80, AF and DE. RGB value is (128,175,222). Sum of RGB (Red+Green+Blue) = 128+175+222=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #80AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFDE is #7F5021. Grayscale: #A6A6A6. Windows color (decimal): -8343586 or 14593920. OLE color: 14593920.

HSL color Cylindrical-coordinate representation of color #80AFDE: hue angle of 210º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AFDE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 175 222 -
CMYK 0.42 0.21 0 0.13
HSL 210º 0.59% 0.69% -
HSV(B) 210º 0.42% 0.87% -
XYZ 37.42 40.52 74.96 -
YUV 166.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 128 175 222 0.42 0.21 0 0.13 210 0.59 0.69
Hex 80 AF DE 2A 15 0 D D2 3B 45
Octal 200 257 336 52 25 0 15 322 73 105
Binary 10000000 10101111 11011110 101010 10101 0 1101 11010010 111011 1000101

Color Harmonies of #80AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFDE

Black with #80AFDE

Text Example


Text Example

White with #80AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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