Html Css Color HEX #82ACF9 Jordy Blue

📋 copy color: '#82ACF9'

red 130 ◦ green 172 ◦ blue 249

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

Shades of Jordy Blue #82ACF9

Tints of Jordy Blue #82ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.22%

 BLUE value IS 249 (97.66% from 255) = 45.19%

R = 23.59%
G = 31.22%
B = 45.19%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#82ACF9 (or 0x82ACF9) is known color: Jordy Blue. HEX triplet: 82, AC and F9. RGB value is (130,172,249). Sum of RGB (Red+Green+Blue) = 130+172+249=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #82ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ACF9 is #7D5306. Grayscale: #A7A7A7. Windows color (decimal): -8213255 or 16362626. OLE color: 16362626.

HSL color Cylindrical-coordinate representation of color #82ACF9: hue angle of 218.82º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82ACF9 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 172 249 -
CMYK 0.48 0.31 0 0.02
HSL 218.82º 0.91% 0.74% -
HSV(B) 218.82º 0.48% 0.98% -
XYZ 41.06 41.09 95.39 -
YUV 168.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 130 172 249 0.48 0.31 0 0.02 218.82 0.91 0.74
Hex 82 AC F9 30 1F 0 2 DB 5B 4A
Octal 202 254 371 60 37 0 2 333 133 112
Binary 10000010 10101100 11111001 110000 11111 0 10 11011011 1011011 1001010

Color Harmonies of #82ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ACF9

Black with #82ACF9

Text Example


Text Example

White with #82ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,172,249); }

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

background-color css

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

 a { background-color: rgb(130,172,249); }

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

border-color css

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

 span { border-color: rgb(130,172,249); }

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