#85a7fe

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

Shades of Jordy Blue #85A7FE

Tints of Jordy Blue #85A7FE

Color information

#85A7FE (or 0x85A7FE) is unknown color: approx Jordy Blue. HEX triplet: 85, A7 and FE. RGB value is (133,167,254). Sum of RGB (Red+Green+Blue) = 133+167+254=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #85A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A7FE is #7A5801. Grayscale: #A6A6A6. Windows color (decimal): -8017922 or 16689029. OLE color: 16689029.

HSL color Cylindrical-coordinate representation of color #85A7FE: hue angle of 223.14º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A7FE is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133167254-
CMYK0.480.3400.00
HSL223.14º98.37%75.88%-
HSV(B)223.14º47.64%99.61%-
XYZ41.3839.7899.26-
YUV166.75177.24103.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.01%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=24.01%
G=30.14%
B=45.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331672540.480.3400.00223.1498.3775.88
Hex85A7FE302200df624c
Octal205247376604200337142114
Binary100001011010011111111110110000100010001101111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85a7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,167,254); }

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

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

 a { background-color: rgb(133,167,254); }

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

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

 span { border-color: rgb(133,167,254); }

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