Html Css Color HEX #83A1DD Jordy Blue

📋 copy color: '#83A1DD'

red 131 ◦ green 161 ◦ blue 221

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

Shades of Jordy Blue #83A1DD

Tints of Jordy Blue #83A1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 25.54%
G = 31.38%
B = 43.08%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83A1DD (or 0x83A1DD) is known color: Jordy Blue. HEX triplet: 83, A1 and DD. RGB value is (131,161,221). Sum of RGB (Red+Green+Blue) = 131+161+221=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A1DD is #7C5E22. Grayscale: #9E9E9E. Windows color (decimal): -8150563 or 14524803. OLE color: 14524803.

HSL color Cylindrical-coordinate representation of color #83A1DD: hue angle of 220º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83A1DD is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 161 221 -
CMYK 0.41 0.27 0 0.13
HSL 220º 0.57% 0.69% -
HSV(B) 220º 0.41% 0.87% -
XYZ 35.16 35.54 73.41 -
YUV 158.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 131 161 221 0.41 0.27 0 0.13 220 0.57 0.69
Hex 83 A1 DD 29 1B 0 D DC 39 45
Octal 203 241 335 51 33 0 15 334 71 105
Binary 10000011 10100001 11011101 101001 11011 0 1101 11011100 111001 1000101

Color Harmonies of #83A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A1DD

Black with #83A1DD

Text Example


Text Example

White with #83A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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