Html Css Color HEX #83ACDD Jordy Blue

📋 copy color: '#83ACDD'

red 131 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #83ACDD

Tints of Jordy Blue #83ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.82%

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

R = 25%
G = 32.82%
B = 42.18%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83ACDD (or 0x83ACDD) is known color: Jordy Blue. HEX triplet: 83, AC and DD. RGB value is (131,172,221). Sum of RGB (Red+Green+Blue) = 131+172+221=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #83ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACDD is #7C5322. Grayscale: #A5A5A5. Windows color (decimal): -8147747 or 14527619. OLE color: 14527619.

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

Color convert

RGB 131 172 221 -
CMYK 0.41 0.22 0 0.13
HSL 212.67º 0.57% 0.69% -
HSV(B) 212.67º 0.41% 0.87% -
XYZ 37.16 39.55 74.08 -
YUV 165.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 131 172 221 0.41 0.22 0 0.13 212.67 0.57 0.69
Hex 83 AC DD 29 16 0 D D5 39 45
Octal 203 254 335 51 26 0 15 325 71 105
Binary 10000011 10101100 11011101 101001 10110 0 1101 11010101 111001 1000101

Color Harmonies of #83ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACDD

Black with #83ACDD

Text Example


Text Example

White with #83ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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