#84B0FA

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

Shades of Jordy Blue #84B0FA

Tints of Jordy Blue #84B0FA

Color information

#84B0FA (or 0x84B0FA) is unknown color: approx Jordy Blue. HEX triplet: 84, B0 and FA. RGB value is (132,176,250). Sum of RGB (Red+Green+Blue) = 132+176+250=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #84B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B0FA is #7B4F05. Grayscale: #AAAAAA. Windows color (decimal): -8081158 or 16429188. OLE color: 16429188.

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

Color convert

RGB132176250-
CMYK0.470.3000.02
HSL217.63º92.19%74.9%-
HSV(B)217.63º47.2%98.04%-
XYZ42.342.8696.49-
YUV171.28172.4299.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=23.66%
G=31.54%
B=44.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321762500.470.3000.02217.6392.1974.9
Hex84B0FA2F1E02da5c4b
Octal204260372573602332134113
Binary100001001011000011111010101111111100101101101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,250); }

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

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

 a { background-color: rgb(132,176,250); }

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

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

 span { border-color: rgb(132,176,250); }

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