Html Css Color HEX #82B9DE Jordy Blue

📋 copy color: '#82B9DE'

red 130 ◦ green 185 ◦ blue 222

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

Shades of Jordy Blue #82B9DE

Tints of Jordy Blue #82B9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.45%

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

R = 24.21%
G = 34.45%
B = 41.34%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82B9DE (or 0x82B9DE) is known color: Jordy Blue. HEX triplet: 82, B9 and DE. RGB value is (130,185,222). Sum of RGB (Red+Green+Blue) = 130+185+222=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #82B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B9DE is #7D4621. Grayscale: #ACACAC. Windows color (decimal): -8209954 or 14596482. OLE color: 14596482.

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

Color convert

RGB 130 185 222 -
CMYK 0.41 0.17 0 0.13
HSL 204.13º 0.58% 0.69% -
HSV(B) 204.13º 0.41% 0.87% -
XYZ 39.74 44.72 75.64 -
YUV 172.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 130 185 222 0.41 0.17 0 0.13 204.13 0.58 0.69
Hex 82 B9 DE 29 11 0 D CC 3A 45
Octal 202 271 336 51 21 0 15 314 72 105
Binary 10000010 10111001 11011110 101001 10001 0 1101 11001100 111010 1000101

Color Harmonies of #82B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B9DE

Black with #82B9DE

Text Example


Text Example

White with #82B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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