Html Css Color HEX #82ABEE Jordy Blue

📋 copy color: '#82ABEE'

red 130 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #82ABEE

Tints of Jordy Blue #82ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 24.12%
G = 31.73%
B = 44.16%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82ABEE (or 0x82ABEE) is known color: Jordy Blue. HEX triplet: 82, AB and EE. RGB value is (130,171,238). Sum of RGB (Red+Green+Blue) = 130+171+238=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #82ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ABEE is #7D5411. Grayscale: #A6A6A6. Windows color (decimal): -8213522 or 15641474. OLE color: 15641474.

HSL color Cylindrical-coordinate representation of color #82ABEE: hue angle of 217.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ABEE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 171 238 -
CMYK 0.45 0.28 0 0.07
HSL 217.22º 0.76% 0.72% -
HSV(B) 217.22º 0.45% 0.93% -
XYZ 39.2 40.04 86.55 -
YUV 166.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 130 171 238 0.45 0.28 0 0.07 217.22 0.76 0.72
Hex 82 AB EE 2D 1C 0 7 D9 4C 48
Octal 202 253 356 55 34 0 7 331 114 110
Binary 10000010 10101011 11101110 101101 11100 0 111 11011001 1001100 1001000

Color Harmonies of #82ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABEE

Black with #82ABEE

Text Example


Text Example

White with #82ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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