#85ACFC

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

Shades of Jordy Blue #85ACFC

Tints of Jordy Blue #85ACFC

Color information

#85ACFC (or 0x85ACFC) is unknown color: approx Jordy Blue. HEX triplet: 85, AC and FC. RGB value is (133,172,252). Sum of RGB (Red+Green+Blue) = 133+172+252=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #85ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACFC is #7A5303. Grayscale: #A9A9A9. Windows color (decimal): -8016644 or 16559237. OLE color: 16559237.

HSL color Cylindrical-coordinate representation of color #85ACFC: hue angle of 220.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85ACFC is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133172252-
CMYK0.470.3200.01
HSL220.34º95.2%75.49%-
HSV(B)220.34º47.22%98.82%-
XYZ4241.5297.9-
YUV169.46174.58102-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=23.88%
G=30.88%
B=45.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331722520.470.3200.01220.3495.275.49
Hex85ACFC2F2001dc5f4b
Octal205254374574001334137113
Binary100001011010110011111100101111100000011101110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,172,252); }

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

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

 a { background-color: rgb(133,172,252); }

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

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

 span { border-color: rgb(133,172,252); }

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