Html Css Color HEX #83A1DA Jordy Blue

📋 copy color: '#83A1DA'

red 131 ◦ green 161 ◦ blue 218

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

Shades of Jordy Blue #83A1DA

Tints of Jordy Blue #83A1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 25.69%
G = 31.57%
B = 42.75%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83A1DA (or 0x83A1DA) is known color: Jordy Blue. HEX triplet: 83, A1 and DA. RGB value is (131,161,218). Sum of RGB (Red+Green+Blue) = 131+161+218=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1DA is #7C5E25. Grayscale: #9E9E9E. Windows color (decimal): -8150566 or 14328195. OLE color: 14328195.

HSL color Cylindrical-coordinate representation of color #83A1DA: hue angle of 219.31º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A1DA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 161 218 -
CMYK 0.40 0.26 0 0.15
HSL 219.31º 0.54% 0.68% -
HSV(B) 219.31º 0.4% 0.85% -
XYZ 34.76 35.38 71.33 -
YUV 158.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 131 161 218 0.40 0.26 0 0.15 219.31 0.54 0.68
Hex 83 A1 DA 28 1A 0 F DB 36 44
Octal 203 241 332 50 32 0 17 333 66 104
Binary 10000011 10100001 11011010 101000 11010 0 1111 11011011 110110 1000100

Color Harmonies of #83A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A1DA

Black with #83A1DA

Text Example


Text Example

White with #83A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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