Html Css Color HEX #82B2DB Jordy Blue

📋 copy color: '#82B2DB'

red 130 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #82B2DB

Tints of Jordy Blue #82B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

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

R = 24.67%
G = 33.78%
B = 41.56%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82B2DB (or 0x82B2DB) is known color: Jordy Blue. HEX triplet: 82, B2 and DB. RGB value is (130,178,219). Sum of RGB (Red+Green+Blue) = 130+178+219=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #82B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B2DB is #7D4D24. Grayscale: #A8A8A8. Windows color (decimal): -8211749 or 14398082. OLE color: 14398082.

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

Color convert

RGB 130 178 219 -
CMYK 0.41 0.19 0 0.14
HSL 207.64º 0.55% 0.68% -
HSV(B) 207.64º 0.41% 0.86% -
XYZ 37.91 41.7 73.07 -
YUV 168.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 130 178 219 0.41 0.19 0 0.14 207.64 0.55 0.68
Hex 82 B2 DB 29 13 0 E D0 37 44
Octal 202 262 333 51 23 0 16 320 67 104
Binary 10000010 10110010 11011011 101001 10011 0 1110 11010000 110111 1000100

Color Harmonies of #82B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B2DB

Black with #82B2DB

Text Example


Text Example

White with #82B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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