Html Css Color HEX #82AFDF Jordy Blue

📋 copy color: '#82AFDF'

red 130 ◦ green 175 ◦ blue 223

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

Shades of Jordy Blue #82AFDF

Tints of Jordy Blue #82AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 24.62%
G = 33.14%
B = 42.23%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82AFDF (or 0x82AFDF) is known color: Jordy Blue. HEX triplet: 82, AF and DF. RGB value is (130,175,223). Sum of RGB (Red+Green+Blue) = 130+175+223=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #82AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFDF is #7D5020. Grayscale: #A6A6A6. Windows color (decimal): -8212513 or 14659458. OLE color: 14659458.

HSL color Cylindrical-coordinate representation of color #82AFDF: hue angle of 210.97º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82AFDF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 175 223 -
CMYK 0.42 0.22 0 0.13
HSL 210.97º 0.59% 0.69% -
HSV(B) 210.97º 0.42% 0.87% -
XYZ 37.86 40.73 75.68 -
YUV 167.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 130 175 223 0.42 0.22 0 0.13 210.97 0.59 0.69
Hex 82 AF DF 2A 16 0 D D3 3B 45
Octal 202 257 337 52 26 0 15 323 73 105
Binary 10000010 10101111 11011111 101010 10110 0 1101 11010011 111011 1000101

Color Harmonies of #82AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFDF

Black with #82AFDF

Text Example


Text Example

White with #82AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,223); }

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

background-color css

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

 a { background-color: rgb(130,175,223); }

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

border-color css

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

 span { border-color: rgb(130,175,223); }

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