Html Css Color HEX #82AFDB Jordy Blue

📋 copy color: '#82AFDB'

red 130 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #82AFDB

Tints of Jordy Blue #82AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

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

R = 24.81%
G = 33.4%
B = 41.79%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82AFDB (or 0x82AFDB) is known color: 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

RGB 130 175 219 -
CMYK 0.41 0.20 0 0.14
HSL 209.66º 0.55% 0.68% -
HSV(B) 209.66º 0.41% 0.86% -
XYZ 37.32 40.52 72.87 -
YUV 166.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 130 175 219 0.41 0.20 0 0.14 209.66 0.55 0.68
Hex 82 AF DB 29 14 0 E D2 37 44
Octal 202 257 333 51 24 0 16 322 67 104
Binary 10000010 10101111 11011011 101001 10100 0 1110 11010010 110111 1000100

Color Harmonies of #82AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFDB

Black with #82AFDB

Text Example


Text Example

White with #82AFDB

Text Example


Text Example

HTML Codes & Css Web 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>