Html Css Color HEX #80AAF3 Jordy Blue

📋 copy color: '#80AAF3'

red 128 ◦ green 170 ◦ blue 243

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

Shades of Jordy Blue #80AAF3

Tints of Jordy Blue #80AAF3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.42%

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 23.66%
G = 31.42%
B = 44.92%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80AAF3 (or 0x80AAF3) is known color: Jordy Blue. HEX triplet: 80, AA and F3. RGB value is (128,170,243). Sum of RGB (Red+Green+Blue) = 128+170+243=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #80AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAF3 is #7F550C. Grayscale: #A5A5A5. Windows color (decimal): -8344845 or 15968896. OLE color: 15968896.

HSL color Cylindrical-coordinate representation of color #80AAF3: hue angle of 218.09º degrees, saturation: 0.83, 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 #80AAF3 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 170 243 -
CMYK 0.47 0.30 0 0.05
HSL 218.09º 0.83% 0.73% -
HSV(B) 218.09º 0.47% 0.95% -
XYZ 39.45 39.81 90.4 -
YUV 165.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 128 170 243 0.47 0.30 0 0.05 218.09 0.83 0.73
Hex 80 AA F3 2F 1E 0 5 DA 53 49
Octal 200 252 363 57 36 0 5 332 123 111
Binary 10000000 10101010 11110011 101111 11110 0 101 11011010 1010011 1001001

Color Harmonies of #80AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAF3

Black with #80AAF3

Text Example


Text Example

White with #80AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,170,243); }

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

background-color css

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

 a { background-color: rgb(128,170,243); }

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

border-color css

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

 span { border-color: rgb(128,170,243); }

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