Html Css Color HEX #83AEDD Jordy Blue

📋 copy color: '#83AEDD'

red 131 ◦ green 174 ◦ blue 221

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

Shades of Jordy Blue #83AEDD

Tints of Jordy Blue #83AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.08%

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

R = 24.9%
G = 33.08%
B = 42.02%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83AEDD (or 0x83AEDD) is known color: Jordy Blue. HEX triplet: 83, AE and DD. RGB value is (131,174,221). Sum of RGB (Red+Green+Blue) = 131+174+221=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #83AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEDD is #7C5122. Grayscale: #A6A6A6. Windows color (decimal): -8147235 or 14528131. OLE color: 14528131.

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

Color convert

RGB 131 174 221 -
CMYK 0.41 0.21 0 0.13
HSL 211.33º 0.57% 0.69% -
HSV(B) 211.33º 0.41% 0.87% -
XYZ 37.55 40.32 74.21 -
YUV 166.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 131 174 221 0.41 0.21 0 0.13 211.33 0.57 0.69
Hex 83 AE DD 29 15 0 D D3 39 45
Octal 203 256 335 51 25 0 15 323 71 105
Binary 10000011 10101110 11011101 101001 10101 0 1101 11010011 111001 1000101

Color Harmonies of #83AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEDD

Black with #83AEDD

Text Example


Text Example

White with #83AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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