#85B0FA

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

Shades of Jordy Blue #85B0FA

Tints of Jordy Blue #85B0FA

Color information

#85B0FA (or 0x85B0FA) is unknown color: approx Jordy Blue. HEX triplet: 85, B0 and FA. RGB value is (133,176,250). Sum of RGB (Red+Green+Blue) = 133+176+250=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #85B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85B0FA is #7A4F05. Grayscale: #ABABAB. Windows color (decimal): -8015622 or 16429189. OLE color: 16429189.

HSL color Cylindrical-coordinate representation of color #85B0FA: hue angle of 217.95º 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 #85B0FA is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133176250-
CMYK0.470.3000.02
HSL217.95º92.13%75.1%-
HSV(B)217.95º46.8%98.04%-
XYZ42.4542.9496.49-
YUV171.58172.25100.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=23.79%
G=31.48%
B=44.72%

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
Decimal1331762500.470.3000.02217.9592.1375.1
Hex85B0FA2F1E02da5c4b
Octal205260372573602332134113
Binary100001011011000011111010101111111100101101101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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