Html Css Color HEX #82B7DE Jordy Blue

📋 copy color: '#82B7DE'

red 130 ◦ green 183 ◦ blue 222

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

Shades of Jordy Blue #82B7DE

Tints of Jordy Blue #82B7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 24.3%
G = 34.21%
B = 41.5%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82B7DE (or 0x82B7DE) is known color: Jordy Blue. HEX triplet: 82, B7 and DE. RGB value is (130,183,222). Sum of RGB (Red+Green+Blue) = 130+183+222=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #82B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B7DE is #7D4821. Grayscale: #ABABAB. Windows color (decimal): -8210466 or 14595970. OLE color: 14595970.

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

Color convert

RGB 130 183 222 -
CMYK 0.41 0.18 0 0.13
HSL 205.43º 0.58% 0.69% -
HSV(B) 205.43º 0.41% 0.87% -
XYZ 39.32 43.89 75.51 -
YUV 171.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 130 183 222 0.41 0.18 0 0.13 205.43 0.58 0.69
Hex 82 B7 DE 29 12 0 D CD 3A 45
Octal 202 267 336 51 22 0 15 315 72 105
Binary 10000010 10110111 11011110 101001 10010 0 1101 11001101 111010 1000101

Color Harmonies of #82B7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B7DE

Black with #82B7DE

Text Example


Text Example

White with #82B7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,183,222); }

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

background-color css

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

 a { background-color: rgb(130,183,222); }

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

border-color css

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

 span { border-color: rgb(130,183,222); }

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