Html Css Color HEX #83A1FD Jordy Blue

📋 copy color: '#83A1FD'

red 131 ◦ green 161 ◦ blue 253

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

Shades of Jordy Blue #83A1FD

Tints of Jordy Blue #83A1FD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.54%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 24.04%
G = 29.54%
B = 46.42%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83A1FD (or 0x83A1FD) is known color: Jordy Blue. HEX triplet: 83, A1 and FD. RGB value is (131,161,253). Sum of RGB (Red+Green+Blue) = 131+161+253=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #83A1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A1FD is #7C5E02. Grayscale: #A2A2A2. Windows color (decimal): -8150531 or 16621955. OLE color: 16621955.

HSL color Cylindrical-coordinate representation of color #83A1FD: hue angle of 225.25º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A1FD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 161 253 -
CMYK 0.48 0.36 0 0.01
HSL 225.25º 0.97% 0.75% -
HSV(B) 225.25º 0.48% 0.99% -
XYZ 39.83 37.41 98.05 -
YUV 162.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 131 161 253 0.48 0.36 0 0.01 225.25 0.97 0.75
Hex 83 A1 FD 30 24 0 1 E1 61 4B
Octal 203 241 375 60 44 0 1 341 141 113
Binary 10000011 10100001 11111101 110000 100100 0 1 11100001 1100001 1001011

Color Harmonies of #83A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A1FD

Black with #83A1FD

Text Example


Text Example

White with #83A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,161,253); }

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

background-color css

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

 a { background-color: rgb(131,161,253); }

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

border-color css

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

 span { border-color: rgb(131,161,253); }

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