Html Css Color HEX #82ACDB Jordy Blue

📋 copy color: '#82ACDB'

red 130 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #82ACDB

Tints of Jordy Blue #82ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 24.95%
G = 33.01%
B = 42.03%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82ACDB (or 0x82ACDB) is known color: Jordy Blue. HEX triplet: 82, AC and DB. RGB value is (130,172,219). Sum of RGB (Red+Green+Blue) = 130+172+219=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #82ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACDB is #7D5324. Grayscale: #A4A4A4. Windows color (decimal): -8213285 or 14396546. OLE color: 14396546.

HSL color Cylindrical-coordinate representation of color #82ACDB: hue angle of 211.69º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82ACDB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 172 219 -
CMYK 0.41 0.21 0 0.14
HSL 211.69º 0.55% 0.68% -
HSV(B) 211.69º 0.41% 0.86% -
XYZ 36.74 39.37 72.68 -
YUV 164.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 130 172 219 0.41 0.21 0 0.14 211.69 0.55 0.68
Hex 82 AC DB 29 15 0 E D4 37 44
Octal 202 254 333 51 25 0 16 324 67 104
Binary 10000010 10101100 11011011 101001 10101 0 1110 11010100 110111 1000100

Color Harmonies of #82ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ACDB

Black with #82ACDB

Text Example


Text Example

White with #82ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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