Html Css Color HEX #83AAFA Jordy Blue

📋 copy color: '#83AAFA'

red 131 ◦ green 170 ◦ blue 250

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

Shades of Jordy Blue #83AAFA

Tints of Jordy Blue #83AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 23.77%
G = 30.85%
B = 45.37%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83AAFA (or 0x83AAFA) is known color: Jordy Blue. HEX triplet: 83, AA and FA. RGB value is (131,170,250). Sum of RGB (Red+Green+Blue) = 131+170+250=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #83AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAFA is #7C5505. Grayscale: #A7A7A7. Windows color (decimal): -8148230 or 16427651. OLE color: 16427651.

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

Color convert

RGB 131 170 250 -
CMYK 0.48 0.32 0 0.02
HSL 220.34º 0.92% 0.75% -
HSV(B) 220.34º 0.48% 0.98% -
XYZ 40.99 40.48 96.09 -
YUV 167.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 131 170 250 0.48 0.32 0 0.02 220.34 0.92 0.75
Hex 83 AA FA 30 20 0 2 DC 5C 4B
Octal 203 252 372 60 40 0 2 334 134 113
Binary 10000011 10101010 11111010 110000 100000 0 10 11011100 1011100 1001011

Color Harmonies of #83AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAFA

Black with #83AAFA

Text Example


Text Example

White with #83AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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