Html Css Color HEX #83ADF9 Jordy Blue

📋 copy color: '#83ADF9'

red 131 ◦ green 173 ◦ blue 249

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

Shades of Jordy Blue #83ADF9

Tints of Jordy Blue #83ADF9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.28%

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

R = 23.69%
G = 31.28%
B = 45.03%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83ADF9 (or 0x83ADF9) is known color: Jordy Blue. HEX triplet: 83, AD and F9. RGB value is (131,173,249). Sum of RGB (Red+Green+Blue) = 131+173+249=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #83ADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ADF9 is #7C5206. Grayscale: #A8A8A8. Windows color (decimal): -8147463 or 16362883. OLE color: 16362883.

HSL color Cylindrical-coordinate representation of color #83ADF9: hue angle of 218.64º 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 #83ADF9 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 173 249 -
CMYK 0.47 0.31 0 0.02
HSL 218.64º 0.91% 0.75% -
HSV(B) 218.64º 0.47% 0.98% -
XYZ 41.4 41.55 95.46 -
YUV 169.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 131 173 249 0.47 0.31 0 0.02 218.64 0.91 0.75
Hex 83 AD F9 2F 1F 0 2 DB 5B 4B
Octal 203 255 371 57 37 0 2 333 133 113
Binary 10000011 10101101 11111001 101111 11111 0 10 11011011 1011011 1001011

Color Harmonies of #83ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADF9

Black with #83ADF9

Text Example


Text Example

White with #83ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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