Html Css Color HEX #82ABFF Jordy Blue

📋 copy color: '#82ABFF'

red 130 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #82ABFF

Tints of Jordy Blue #82ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.76%

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

R = 23.38%
G = 30.76%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82ABFF (or 0x82ABFF) is known color: Jordy Blue. HEX triplet: 82, AB and FF. RGB value is (130,171,255). Sum of RGB (Red+Green+Blue) = 130+171+255=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #82ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ABFF is #7D5400. Grayscale: #A7A7A7. Windows color (decimal): -8213505 or 16755586. OLE color: 16755586.

HSL color Cylindrical-coordinate representation of color #82ABFF: hue angle of 220.32º 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 #82ABFF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 171 255 -
CMYK 0.49 0.33 0 0
HSL 220.32º 1% 0.75% -
HSV(B) 220.32º 0.49% 1% -
XYZ 41.82 41.09 100.34 -
YUV 168.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 130 171 255 0.49 0.33 0 0 220.32 1 0.75
Hex 82 AB FF 31 21 0 0 DC 64 4B
Octal 202 253 377 61 41 0 0 334 144 113
Binary 10000010 10101011 11111111 110001 100001 0 0 11011100 1100100 1001011

Color Harmonies of #82ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABFF

Black with #82ABFF

Text Example


Text Example

White with #82ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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