Html Css Color HEX #82AAFD Jordy Blue

📋 copy color: '#82AAFD'

red 130 ◦ green 170 ◦ blue 253

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

Shades of Jordy Blue #82AAFD

Tints of Jordy Blue #82AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 23.51%
G = 30.74%
B = 45.75%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#82AAFD (or 0x82AAFD) is known color: Jordy Blue. HEX triplet: 82, AA and FD. RGB value is (130,170,253). Sum of RGB (Red+Green+Blue) = 130+170+253=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #82AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AAFD is #7D5502. Grayscale: #A7A7A7. Windows color (decimal): -8213763 or 16624258. OLE color: 16624258.

HSL color Cylindrical-coordinate representation of color #82AAFD: hue angle of 220.49º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82AAFD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 170 253 -
CMYK 0.49 0.33 0 0.01
HSL 220.49º 0.97% 0.75% -
HSV(B) 220.49º 0.49% 0.99% -
XYZ 41.31 40.59 98.59 -
YUV 167.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 130 170 253 0.49 0.33 0 0.01 220.49 0.97 0.75
Hex 82 AA FD 31 21 0 1 DC 61 4B
Octal 202 252 375 61 41 0 1 334 141 113
Binary 10000010 10101010 11111101 110001 100001 0 1 11011100 1100001 1001011

Color Harmonies of #82AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AAFD

Black with #82AAFD

Text Example


Text Example

White with #82AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,170,253); }

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

background-color css

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

 a { background-color: rgb(130,170,253); }

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

border-color css

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

 span { border-color: rgb(130,170,253); }

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