#84ADF8

Color #84ADF8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84ADF8

Tints of Jordy Blue #84ADF8

Color information

#84ADF8 (or 0x84ADF8) is unknown color: approx Jordy Blue. HEX triplet: 84, AD and F8. RGB value is (132,173,248). Sum of RGB (Red+Green+Blue) = 132+173+248=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #84ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ADF8 is #7B5207. Grayscale: #A8A8A8. Windows color (decimal): -8081928 or 16297348. OLE color: 16297348.

HSL color Cylindrical-coordinate representation of color #84ADF8: hue angle of 218.79º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84ADF8 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB132173248-
CMYK0.470.3000.03
HSL218.79º89.23%74.51%-
HSV(B)218.79º46.77%97.25%-
XYZ41.441.5794.65-
YUV169.29172.42101.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=23.87%
G=31.28%
B=44.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1321732480.470.3000.03218.7989.2374.51
Hex84ADF82F1E03db594b
Octal204255370573603333131113
Binary100001001010110111111000101111111100111101101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84ADF8; }

 p { color: rgb(132,173,248); }

 H1.HeaderClassName
 {
   color: #84ADF8;
 }
 .AnyTagClassName
 {
   color: #84ADF8;
 }
</style>
background-color css

<style>
 a { background-color: #84ADF8; }

 a { background-color: rgb(132,173,248); }

 div.DivClassName
 {
   background-color: #84ADF8;
 }
 .BgClassName
 {
   background-color: #84ADF8;
 }
</style>
border-color css

<style>
 span { border-color: #84ADF8; }

 span { border-color: rgb(132,173,248); }

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