Html Css Color HEX #82ACDD Jordy Blue

📋 copy color: '#82ACDD'

red 130 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #82ACDD

Tints of Jordy Blue #82ACDD

RGB

 RED value IS 130 (51.17% from 255) = 24.86%

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

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

R = 24.86%
G = 32.89%
B = 42.26%

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

#82ACDD (or 0x82ACDD) is known color: Jordy Blue. HEX triplet: 82, AC and DD. RGB value is (130,172,221). Sum of RGB (Red+Green+Blue) = 130+172+221=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #82ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACDD is #7D5322. Grayscale: #A4A4A4. Windows color (decimal): -8213283 or 14527618. OLE color: 14527618.

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

Color convert

RGB 130 172 221 -
CMYK 0.41 0.22 0 0.13
HSL 212.31º 0.57% 0.69% -
HSV(B) 212.31º 0.41% 0.87% -
XYZ 37.01 39.47 74.07 -
YUV 165.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 130 172 221 0.41 0.22 0 0.13 212.31 0.57 0.69
Hex 82 AC DD 29 16 0 D D4 39 45
Octal 202 254 335 51 26 0 15 324 71 105
Binary 10000010 10101100 11011101 101001 10110 0 1101 11010100 111001 1000101

Color Harmonies of #82ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ACDD

Black with #82ACDD

Text Example


Text Example

White with #82ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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