Html Css Color HEX #80AFDC Jordy Blue

📋 copy color: '#80AFDC'

red 128 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #80AFDC

Tints of Jordy Blue #80AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 24.47%
G = 33.46%
B = 42.07%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80AFDC (or 0x80AFDC) is known color: Jordy Blue. HEX triplet: 80, AF and DC. RGB value is (128,175,220). Sum of RGB (Red+Green+Blue) = 128+175+220=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #80AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFDC is #7F5023. Grayscale: #A5A5A5. Windows color (decimal): -8343588 or 14462848. OLE color: 14462848.

HSL color Cylindrical-coordinate representation of color #80AFDC: hue angle of 209.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AFDC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 175 220 -
CMYK 0.42 0.20 0 0.14
HSL 209.35º 0.57% 0.68% -
HSV(B) 209.35º 0.42% 0.86% -
XYZ 37.15 40.42 73.55 -
YUV 166.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 128 175 220 0.42 0.20 0 0.14 209.35 0.57 0.68
Hex 80 AF DC 2A 14 0 E D1 39 44
Octal 200 257 334 52 24 0 16 321 71 104
Binary 10000000 10101111 11011100 101010 10100 0 1110 11010001 111001 1000100

Color Harmonies of #80AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFDC

Black with #80AFDC

Text Example


Text Example

White with #80AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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