Html Css Color HEX #83ADF3 Jordy Blue

📋 copy color: '#83ADF3'

red 131 ◦ green 173 ◦ blue 243

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

Shades of Jordy Blue #83ADF3

Tints of Jordy Blue #83ADF3

RGB

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

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

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

R = 23.95%
G = 31.63%
B = 44.42%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#83ADF3 (or 0x83ADF3) is known color: Jordy Blue. HEX triplet: 83, AD and F3. RGB value is (131,173,243). Sum of RGB (Red+Green+Blue) = 131+173+243=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #83ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ADF3 is #7C520C. Grayscale: #A8A8A8. Windows color (decimal): -8147469 or 15969667. OLE color: 15969667.

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

Color convert

RGB 131 173 243 -
CMYK 0.46 0.29 0 0.05
HSL 217.5º 0.82% 0.73% -
HSV(B) 217.5º 0.46% 0.95% -
XYZ 40.48 41.18 90.61 -
YUV 168.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 131 173 243 0.46 0.29 0 0.05 217.5 0.82 0.73
Hex 83 AD F3 2E 1D 0 5 DA 52 49
Octal 203 255 363 56 35 0 5 332 122 111
Binary 10000011 10101101 11110011 101110 11101 0 101 11011010 1010010 1001001

Color Harmonies of #83ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADF3

Black with #83ADF3

Text Example


Text Example

White with #83ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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