Html Css Color HEX #82B5DC Jordy Blue

📋 copy color: '#82B5DC'

red 130 ◦ green 181 ◦ blue 220

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

Shades of Jordy Blue #82B5DC

Tints of Jordy Blue #82B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 24.48%
G = 34.09%
B = 41.43%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82B5DC (or 0x82B5DC) is known color: Jordy Blue. HEX triplet: 82, B5 and DC. RGB value is (130,181,220). Sum of RGB (Red+Green+Blue) = 130+181+220=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #82B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B5DC is #7D4A23. Grayscale: #A9A9A9. Windows color (decimal): -8210980 or 14464386. OLE color: 14464386.

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

Color convert

RGB 130 181 220 -
CMYK 0.41 0.18 0 0.14
HSL 206º 0.56% 0.69% -
HSV(B) 206º 0.41% 0.86% -
XYZ 38.65 42.96 73.97 -
YUV 170.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 130 181 220 0.41 0.18 0 0.14 206 0.56 0.69
Hex 82 B5 DC 29 12 0 E CE 38 45
Octal 202 265 334 51 22 0 16 316 70 105
Binary 10000010 10110101 11011100 101001 10010 0 1110 11001110 111000 1000101

Color Harmonies of #82B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B5DC

Black with #82B5DC

Text Example


Text Example

White with #82B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,181,220); }

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

background-color css

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

 a { background-color: rgb(130,181,220); }

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

border-color css

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

 span { border-color: rgb(130,181,220); }

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