Html Css Color HEX #80AFF2 Jordy Blue

📋 copy color: '#80AFF2'

red 128 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #80AFF2

Tints of Jordy Blue #80AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.4%

R = 23.49%
G = 32.11%
B = 44.4%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80AFF2 (or 0x80AFF2) is known color: Jordy Blue. HEX triplet: 80, AF and F2. RGB value is (128,175,242). Sum of RGB (Red+Green+Blue) = 128+175+242=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #80AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFF2 is #7F500D. Grayscale: #A8A8A8. Windows color (decimal): -8343566 or 15904640. OLE color: 15904640.

HSL color Cylindrical-coordinate representation of color #80AFF2: hue angle of 215.26º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80AFF2 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 175 242 -
CMYK 0.47 0.28 0 0.05
HSL 215.26º 0.81% 0.73% -
HSV(B) 215.26º 0.47% 0.95% -
XYZ 40.26 41.66 89.92 -
YUV 168.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 128 175 242 0.47 0.28 0 0.05 215.26 0.81 0.73
Hex 80 AF F2 2F 1C 0 5 D7 51 49
Octal 200 257 362 57 34 0 5 327 121 111
Binary 10000000 10101111 11110010 101111 11100 0 101 11010111 1010001 1001001

Color Harmonies of #80AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFF2

Black with #80AFF2

Text Example


Text Example

White with #80AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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