Html Css Color HEX #83AAF2 Jordy Blue

📋 copy color: '#83AAF2'

red 131 ◦ green 170 ◦ blue 242

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

Shades of Jordy Blue #83AAF2

Tints of Jordy Blue #83AAF2

RGB

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

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

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

R = 24.13%
G = 31.31%
B = 44.57%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#83AAF2 (or 0x83AAF2) is known color: Jordy Blue. HEX triplet: 83, AA and F2. RGB value is (131,170,242). Sum of RGB (Red+Green+Blue) = 131+170+242=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #83AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAF2 is #7C550D. Grayscale: #A6A6A6. Windows color (decimal): -8148238 or 15903363. OLE color: 15903363.

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

Color convert

RGB 131 170 242 -
CMYK 0.46 0.30 0 0.05
HSL 218.92º 0.81% 0.73% -
HSV(B) 218.92º 0.46% 0.95% -
XYZ 39.76 39.99 89.63 -
YUV 166.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 131 170 242 0.46 0.30 0 0.05 218.92 0.81 0.73
Hex 83 AA F2 2E 1E 0 5 DB 51 49
Octal 203 252 362 56 36 0 5 333 121 111
Binary 10000011 10101010 11110010 101110 11110 0 101 11011011 1010001 1001001

Color Harmonies of #83AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAF2

Black with #83AAF2

Text Example


Text Example

White with #83AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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