#84B4F3

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

Shades of Jordy Blue #84B4F3

Tints of Jordy Blue #84B4F3

Color information

#84B4F3 (or 0x84B4F3) is unknown color: approx Jordy Blue. HEX triplet: 84, B4 and F3. RGB value is (132,180,243). Sum of RGB (Red+Green+Blue) = 132+180+243=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #84B4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B4F3 is #7B4B0C. Grayscale: #ACACAC. Windows color (decimal): -8080141 or 15971460. OLE color: 15971460.

HSL color Cylindrical-coordinate representation of color #84B4F3: hue angle of 214.05º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84B4F3 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132180243-
CMYK0.460.2600.05
HSL214.05º82.22%73.53%-
HSV(B)214.05º45.68%95.29%-
XYZ42.0144.0291.08-
YUV172.83167.698.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.78%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 243 (95.31% from 255) = 43.78%
R=23.78%
G=32.43%
B=43.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321802430.460.2600.05214.0582.2273.53
Hex84B4F32E1A05d6524a
Octal204264363563205326122112
Binary1000010010110100111100111011101101001011101011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,243); }

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

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

 a { background-color: rgb(132,180,243); }

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

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

 span { border-color: rgb(132,180,243); }

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