Html Css Color HEX #83AAF9 Jordy Blue

📋 copy color: '#83AAF9'

red 131 ◦ green 170 ◦ blue 249

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

Shades of Jordy Blue #83AAF9

Tints of Jordy Blue #83AAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 23.82%
G = 30.91%
B = 45.27%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83AAF9 (or 0x83AAF9) is known color: Jordy Blue. HEX triplet: 83, AA and F9. RGB value is (131,170,249). Sum of RGB (Red+Green+Blue) = 131+170+249=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #83AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAF9 is #7C5506. Grayscale: #A6A6A6. Windows color (decimal): -8148231 or 16362115. OLE color: 16362115.

HSL color Cylindrical-coordinate representation of color #83AAF9: hue angle of 220.17º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83AAF9 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 170 249 -
CMYK 0.47 0.32 0 0.02
HSL 220.17º 0.91% 0.75% -
HSV(B) 220.17º 0.47% 0.98% -
XYZ 40.83 40.41 95.27 -
YUV 167.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 131 170 249 0.47 0.32 0 0.02 220.17 0.91 0.75
Hex 83 AA F9 2F 20 0 2 DC 5B 4B
Octal 203 252 371 57 40 0 2 334 133 113
Binary 10000011 10101010 11111001 101111 100000 0 10 11011100 1011011 1001011

Color Harmonies of #83AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAF9

Black with #83AAF9

Text Example


Text Example

White with #83AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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