Html Css Color HEX #83A6DD Jordy Blue

📋 copy color: '#83A6DD'

red 131 ◦ green 166 ◦ blue 221

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

Shades of Jordy Blue #83A6DD

Tints of Jordy Blue #83A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

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

R = 25.29%
G = 32.05%
B = 42.66%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83A6DD (or 0x83A6DD) is known color: Jordy Blue. HEX triplet: 83, A6 and DD. RGB value is (131,166,221). Sum of RGB (Red+Green+Blue) = 131+166+221=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #83A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A6DD is #7C5922. Grayscale: #A1A1A1. Windows color (decimal): -8149283 or 14526083. OLE color: 14526083.

HSL color Cylindrical-coordinate representation of color #83A6DD: hue angle of 216.67º 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 #83A6DD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 166 221 -
CMYK 0.41 0.25 0 0.13
HSL 216.67º 0.57% 0.69% -
HSV(B) 216.67º 0.41% 0.87% -
XYZ 36.05 37.32 73.71 -
YUV 161.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 131 166 221 0.41 0.25 0 0.13 216.67 0.57 0.69
Hex 83 A6 DD 29 19 0 D D9 39 45
Octal 203 246 335 51 31 0 15 331 71 105
Binary 10000011 10100110 11011101 101001 11001 0 1101 11011001 111001 1000101

Color Harmonies of #83A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A6DD

Black with #83A6DD

Text Example


Text Example

White with #83A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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