#82AFDB

Color #82AFDB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #82AFDB

Tints of Jordy Blue #82AFDB

Color information

#82AFDB (or 0x82AFDB) is unknown color: approx Jordy Blue. HEX triplet: 82, AF and DB. RGB value is (130,175,219). Sum of RGB (Red+Green+Blue) = 130+175+219=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #82AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFDB is #7D5024. Grayscale: #A6A6A6. Windows color (decimal): -8212517 or 14397314. OLE color: 14397314.

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

Color convert

RGB130175219-
CMYK0.410.2000.14
HSL209.66º55.28%68.43%-
HSV(B)209.66º40.64%85.88%-
XYZ37.3240.5272.87-
YUV166.56157.59101.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.81%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=24.81%
G=33.40%
B=41.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301752190.410.2000.14209.6655.2868.43
Hex82AFDB29140Ed23744
Octal202257333512401632267104
Binary1000001010101111110110111010011010001110110100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AFDB;
 }
 .AnyTagClassName
 {
   color: #82AFDB;
 }
</style>
background-color css

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

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

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

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

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

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