Html Css Color HEX #83AAFE Jordy Blue

📋 copy color: '#83AAFE'

red 131 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #83AAFE

Tints of Jordy Blue #83AAFE

RGB

 RED value IS 131 (51.56% from 255) = 23.6%

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

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 23.6%
G = 30.63%
B = 45.77%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83AAFE (or 0x83AAFE) is known color: Jordy Blue. HEX triplet: 83, AA and FE. RGB value is (131,170,254). Sum of RGB (Red+Green+Blue) = 131+170+254=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #83AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAFE is #7C5501. Grayscale: #A7A7A7. Windows color (decimal): -8148226 or 16689795. OLE color: 16689795.

HSL color Cylindrical-coordinate representation of color #83AAFE: hue angle of 220.98º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83AAFE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 170 254 -
CMYK 0.48 0.33 0 0.00
HSL 220.98º 0.98% 0.75% -
HSV(B) 220.98º 0.48% 1% -
XYZ 41.62 40.73 99.43 -
YUV 167.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 131 170 254 0.48 0.33 0 0.00 220.98 0.98 0.75
Hex 83 AA FE 30 21 0 0 DD 62 4B
Octal 203 252 376 60 41 0 0 335 142 113
Binary 10000011 10101010 11111110 110000 100001 0 0 11011101 1100010 1001011

Color Harmonies of #83AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAFE

Black with #83AAFE

Text Example


Text Example

White with #83AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AAFE; }

 p { color: rgb(131,170,254); }

 H1.HeaderClassName
 {
   color: #83AAFE;
 }
 .AnyTagClassName
 {
   color: #83AAFE;
 }
</style>

background-color css

<style>
 a { background-color: #83AAFE; }

 a { background-color: rgb(131,170,254); }

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

border-color css

<style>
 span { border-color: #83AAFE; }

 span { border-color: rgb(131,170,254); }

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