Html Css Color HEX #82ADF3 Jordy Blue

📋 copy color: '#82ADF3'

red 130 ◦ green 173 ◦ blue 243

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

Shades of Jordy Blue #82ADF3

Tints of Jordy Blue #82ADF3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.68%

 BLUE value IS 243 (95.31% from 255) = 44.51%

R = 23.81%
G = 31.68%
B = 44.51%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82ADF3 (or 0x82ADF3) is known color: Jordy Blue. HEX triplet: 82, AD and F3. RGB value is (130,173,243). Sum of RGB (Red+Green+Blue) = 130+173+243=546 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.81% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #82ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ADF3 is #7D520C. Grayscale: #A7A7A7. Windows color (decimal): -8213005 or 15969666. OLE color: 15969666.

HSL color Cylindrical-coordinate representation of color #82ADF3: hue angle of 217.17º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82ADF3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 173 243 -
CMYK 0.47 0.29 0 0.05
HSL 217.17º 0.82% 0.73% -
HSV(B) 217.17º 0.47% 0.95% -
XYZ 40.33 41.1 90.6 -
YUV 168.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 130 173 243 0.47 0.29 0 0.05 217.17 0.82 0.73
Hex 82 AD F3 2F 1D 0 5 D9 52 49
Octal 202 255 363 57 35 0 5 331 122 111
Binary 10000010 10101101 11110011 101111 11101 0 101 11011001 1010010 1001001

Color Harmonies of #82ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ADF3

Black with #82ADF3

Text Example


Text Example

White with #82ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,243); }

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

background-color css

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

 a { background-color: rgb(130,173,243); }

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

border-color css

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

 span { border-color: rgb(130,173,243); }

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