Html Css Color HEX #83AAF3 Jordy Blue

📋 copy color: '#83AAF3'

red 131 ◦ green 170 ◦ blue 243

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

Shades of Jordy Blue #83AAF3

Tints of Jordy Blue #83AAF3

RGB

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

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

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

R = 24.08%
G = 31.25%
B = 44.67%

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

#83AAF3 (or 0x83AAF3) is known color: Jordy Blue. HEX triplet: 83, AA and F3. RGB value is (131,170,243). Sum of RGB (Red+Green+Blue) = 131+170+243=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #83AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAF3 is #7C550C. Grayscale: #A6A6A6. Windows color (decimal): -8148237 or 15968899. OLE color: 15968899.

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

Color convert

RGB 131 170 243 -
CMYK 0.46 0.30 0 0.05
HSL 219.11º 0.82% 0.73% -
HSV(B) 219.11º 0.46% 0.95% -
XYZ 39.91 40.05 90.42 -
YUV 166.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 131 170 243 0.46 0.30 0 0.05 219.11 0.82 0.73
Hex 83 AA F3 2E 1E 0 5 DB 52 49
Octal 203 252 363 56 36 0 5 333 122 111
Binary 10000011 10101010 11110011 101110 11110 0 101 11011011 1010010 1001001

Color Harmonies of #83AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAF3

Black with #83AAF3

Text Example


Text Example

White with #83AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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