Html Css Color HEX #82A8FF Jordy Blue

📋 copy color: '#82A8FF'

red 130 ◦ green 168 ◦ blue 255

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

Shades of Jordy Blue #82A8FF

Tints of Jordy Blue #82A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 23.51%
G = 30.38%
B = 46.11%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82A8FF (or 0x82A8FF) is known color: Jordy Blue. HEX triplet: 82, A8 and FF. RGB value is (130,168,255). Sum of RGB (Red+Green+Blue) = 130+168+255=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #82A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A8FF is #7D5700. Grayscale: #A6A6A6. Windows color (decimal): -8214273 or 16754818. OLE color: 16754818.

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

Color convert

RGB 130 168 255 -
CMYK 0.49 0.34 0 0
HSL 221.76º 1% 0.75% -
HSV(B) 221.76º 0.49% 1% -
XYZ 41.26 39.97 100.15 -
YUV 166.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 130 168 255 0.49 0.34 0 0 221.76 1 0.75
Hex 82 A8 FF 31 22 0 0 DE 64 4B
Octal 202 250 377 61 42 0 0 336 144 113
Binary 10000010 10101000 11111111 110001 100010 0 0 11011110 1100100 1001011

Color Harmonies of #82A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A8FF

Black with #82A8FF

Text Example


Text Example

White with #82A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,168,255); }

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

background-color css

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

 a { background-color: rgb(130,168,255); }

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

border-color css

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

 span { border-color: rgb(130,168,255); }

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